Use the members of this enumeration to set the value of the DisplayType property in the ChartHistogram class.
[Visual Basic]
Public Enum DisplayTypeEnum
[C#]
public enum DisplayTypeEnum
[Delphi]
type DisplayTypeEnum = (FrequencyGraph, Histogram, SteppedFrequencyGraph);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
FrequencyGraph |
Displays the intervals and counts as a frequency graph. |
Histogram |
Displays the intervals and counts as a histogram. |
SteppedFrequencyGraph |
Displays the intervals and counts as a stepped frequency graph. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |