menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BoxAndWhiskerSeries - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    XyDataSeries
    BoxAndWhiskerSeries
    Inherited Members
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.GetDataPoints(Rectangle)
    CartesianSeries.IsTransposed
    CartesianSeries.IsTransposedProperty
    CartesianSeries.OnBindingContextChanged()
    CartesianSeries.OnParentSet()
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.TrackballLabelTemplate
    CartesianSeries.TrackballLabelTemplateProperty
    CartesianSeries.Trendlines
    CartesianSeries.TrendlinesProperty
    CartesianSeries.XAxis
    CartesianSeries.XAxisProperty
    CartesianSeries.YAxis
    CartesianSeries.YAxisProperty
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.AnimationDurationProperty
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.ColorModelProperty
    ChartSeries.ColorProperty
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataMarkerProperty
    ChartSeries.EnableAnimation
    ChartSeries.EnableAnimationProperty
    ChartSeries.EnableDataPointSelection
    ChartSeries.EnableDataPointSelectionProperty
    ChartSeries.EnableTooltip
    ChartSeries.EnableTooltipProperty
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.IsSelected
    ChartSeries.IsVisible
    ChartSeries.IsVisibleOnLegend
    ChartSeries.IsVisibleOnLegendProperty
    ChartSeries.IsVisibleProperty
    ChartSeries.ItemsSource
    ChartSeries.ItemsSourceProperty
    ChartSeries.Label
    ChartSeries.LabelProperty
    ChartSeries.LegendIcon
    ChartSeries.LegendIconProperty
    ChartSeries.ListenPropertyChange
    ChartSeries.ListenPropertyChangeProperty
    ChartSeries.Opacity
    ChartSeries.OpacityProperty
    ChartSeries.ResumeNotification()
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointColorProperty
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SelectedDataPointIndexProperty
    ChartSeries.StrokeWidth
    ChartSeries.StrokeWidthProperty
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipTemplate
    ChartSeries.TooltipTemplateProperty
    ChartSeries.XBindingPath
    ChartSeries.XBindingPathProperty
    XyDataSeries.GetChartDataPoints()
    XyDataSeries.YBindingPath
    XyDataSeries.YBindingPathProperty
    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
    ShowMedian

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved