[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartHistogram

ChartHistogram Class

The ChartHistogram class contains properties specific to Histogram charts.

Inheritance
ChartHistogram
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class ChartHistogram

Properties

Name Description
AboveIntervalCount

Gets the numeric count of values greater than the last interval.

BelowIntervalCount

Gets the numeric count of values less than the first interval.

DisplayType

Gets or sets the method used to display the frequency data.

IntervalBounds

Gets the boundary values of each interval used for the histogram.

IntervalCounts

Gets the numeric count of values in each interval.

IntervalCreationMethod

Gets or sets the method used to specify the histogram intervals.

IntervalNumber

Gets or sets the number of intervals in the histogram.

IntervalStart

Gets or sets the numeric value of the beginning of the first interval.

IntervalWidth

Gets or sets the numeric value of the width of the each interval.