[]
        
(Showing Draft Content)

C1.WPF.Chart.Histogram

Histogram Class

Represents a histogram.

Namespace: C1.WPF.Chart
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
public class Histogram : Series, IDisposable, IHistogramSeries, IDistributionSeries

Constructors

Name Description
Histogram()

Creates an instance of Histogram class.

Fields

Name Description
CumulativeModeProperty

Identifies the cumulative mode dependency property.

FrequencyPolygonStyleProperty

Identifies the FrequencyPolygonStyle dependency property.

HistogramAppearanceProperty

Identifies the AppearanceType dependency property.

NormalCurveProperty

Identifies the NormalCurve dependency property.

Properties

Name Description
AppearanceType

Gets or sets the Appearance Type.

BinWidth

Gets or sets a positive decimal number for the range of a bin.

CumulativeMode

Gets or sets the cumulative mode state

FrequencyPolygonStyle

Gets or sets the FrequencyPolygonStyle property.

NormalCurve

Gets or sets the NormalCurve property.

Methods

Name Description
GetChartType()

Gets the chart type.

GetStyle(string)

Gets style by its name.

GetValues(int)

Gets the array of data values.

OnItemsSourceChanged()

Invoked when items source changes.