Class BoxAndWhiskerSeries
To render a BoxAndWhiskerSeries chart, create an instance of BoxAndWhiskerSeries class and add it to Series collection property and set the required properties.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class BoxAndWhiskerSeries : XyDataSeries, IThemeElement
Remarks
BoxAndWhiskerSeries requires ItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis.
Constructors
BoxAndWhiskerSeries()
Declaration
public BoxAndWhiskerSeries()
Fields
BoxPlotModeProperty
Gets or sets the plotting mode for BoxAndWhiskerSeries. This is a bindable property.
Declaration
public static readonly BindableProperty BoxPlotModeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
PercentileProperty
Gets or sets the percentile value for BoxAndWhiskerSeries. This is a bindable property.
Declaration
public static readonly BindableProperty PercentileProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowMedianProperty
Gets or sets the value that indicates whether to enable the median symbol or not. This is a bindable property.
Declaration
public static readonly BindableProperty ShowMedianProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ShowOutlierProperty
Gets or sets the value that indicates whether to show or hide the outlier symbol. This is a bindable property.
Declaration
public static readonly BindableProperty ShowOutlierProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SpacingProperty
Gets or sets the value that defines the spacing between the segments. This is a bindable property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeColorProperty
Gets or sets the stroke color for BoxAndWhiskerSeries. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SymbolTypeProperty
Gets or sets the value that defines the SymbolType for BoxAndWhiskerSeries. This is a bindable property.
Declaration
public static readonly BindableProperty SymbolTypeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
WidthProperty
Gets or sets the value that defines the width between the segments. This is a bindable property.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BoxPlotMode
Gets or sets the plotting mode for BoxAndWhiskerSeries.
Declaration
public BoxPlotMode BoxPlotMode { get; set; }
Property Value
Type |
---|
BoxPlotMode |
Percentile
Gets or sets the percentile value for BoxAndWhiskerSeries.
Declaration
public double Percentile { get; set; }
Property Value
Type |
---|
System.Double |
ShowMedian
Gets or sets a value indicating whether to enable the median symbol or not.
Declaration
public bool ShowMedian { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowOutlier
Gets or sets a value that indicating whether to show or hide the outlier symbol that is displayed outside the whiskers of the box plot.
Declaration
public bool ShowOutlier { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is True. |
See Also
Spacing
Gets or sets the value that defines the spacing between the segments.
Declaration
public double Spacing { get; set; }
Property Value
Type |
---|
System.Double |
StrokeColor
Gets or sets the stroke color for BoxAndWhiskerSeries.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
SymbolType
Gets or sets the value that defines the SymbolType for BoxAndWhiskerSeries.
Declaration
public ChartSymbolType SymbolType { get; set; }
Property Value
Type |
---|
ChartSymbolType |
Width
Gets or sets the value that defines the width between the segments.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |