Class HistogramSeries
A histogram consists of tabular frequencies, shown as adjacent rectangles, erected over discrete intervals, with an area equal to the frequency of the observations in the Interval.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class HistogramSeries : XyDataSeries, IThemeElement
Constructors
HistogramSeries()
Declaration
public HistogramSeries()
Fields
CurveColorProperty
Gets or sets the curve color. This is a bindable property.
Declaration
public static readonly BindableProperty CurveColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
DataMarkerPositionProperty
Gets or sets the position of the chart data markers in HistogramSeries. This is a bindable property.
Declaration
public static readonly BindableProperty DataMarkerPositionProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IntervalProperty
Gets or sets the interval of the series. This is a bindable property.
Declaration
public static readonly BindableProperty IntervalProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowNormalDistributionCurveProperty
Gets or sets the normal distribution curve of the series. This is a bindable property.
Declaration
public static readonly BindableProperty ShowNormalDistributionCurveProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeColorProperty
Gets or sets the stroke color to customize the appearance of HistogramSeries. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
CurveColor
Gets or sets the curve color. This is a bindable property.
Declaration
public Color CurveColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
DataMarkerPosition
Gets or sets the position of the chart data markers in HistogramSeries. This is a bindable property.
Declaration
public DataMarkerPosition DataMarkerPosition { get; set; }
Property Value
Type | Description |
---|---|
DataMarkerPosition | This property take the DataMarkerPosition as its value. |
Interval
Gets or sets the interval of the series. This is a bindable property.
Declaration
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Double value. |
ShowNormalDistributionCurve
Gets or sets a value indicating whether the distribution curve of the series. This is a bindable property.
Declaration
public bool ShowNormalDistributionCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | This property takes the System.Boolean value. |
StrokeColor
Gets or sets the stroke color to customize the appearance of HistogramSeries. This is a bindable property.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |