Class ChartHistogramType
Represents ChartHistogramType class
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartHistogramType : ChartType, IDisposable
Remarks
Histogram is a bar (column) chart of a frequency distribution in which the widths of the bars are proportional to the classes into which the variable has been divided and the heights of the bars are proportional to the class frequencies. The categories are usually specified as non overlapping intervals of some variable. The categories (bars) must be adjacent.
Fields
DrawNormalDistributionProperty
Using a DependencyProperty as the backing store for DrawNormalDistribution. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DrawNormalDistributionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IntervalOfHistogramProperty
Using a DependencyProperty as the backing store for NumberIntervals. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IntervalOfHistogramProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Flags
Gets the flags.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type | Description |
---|---|
ChartType.ChartTypeFlags | The flags. |
Overrides
Methods
Calculate(ChartSeries)
Calculates the segments of specified series.
Declaration
public override void Calculate(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Overrides
GetDrawNormalDistribution(ChartSeries)
Gets the draw normal distribution attached property value.
Declaration
public static bool GetDrawNormalDistribution(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Returns
Type | Description |
---|---|
System.Boolean | The Normal Distribution |
GetIntervalOfHistogram(ChartSeries)
Gets the interval of histogram.
Declaration
public static double GetIntervalOfHistogram(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Returns
Type | Description |
---|---|
System.Double | The Interval Of Histogram |
SetDrawNormalDistribution(ChartSeries, Boolean)
Sets the draw normal distribution.
Declaration
public static void SetDrawNormalDistribution(ChartSeries series, bool value)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
System.Boolean | value | if set to |
SetIntervalOfHistogram(ChartSeries, Double)
Sets the interval of histogram.
Declaration
public static void SetIntervalOfHistogram(ChartSeries series, double value)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
System.Double | value | The value. |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
Update(ChartSeries)
Updates chart.
Declaration
public override void Update(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The Chartseries |