Xamarin.Android

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

    Show / Hide Table of Contents

    Class BoxAndWhiskerSeries

    Represents a column chart. To render column chart, create an instance of this class and add it to Series collection property and set the required properties.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    XyDataSeries
    BoxAndWhiskerSeries
    Inherited Members
    XyDataSeries.YBindingPath
    CartesianSeries.OnAttachedToChart()
    CartesianSeries.FindNearestChartPoint(Single, Single)
    CartesianSeries.FindNearestChartPoints(Single, Single)
    CartesianSeries.GetCardinalSpline(List<Double>, IList<Double>)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double)
    CartesianSeries.CalculateControlPoints(Double, Double, Double, Double, Double, Double, Double)
    CartesianSeries.GetMonotonicSpline(List<Double>, IList<Double>, Double[])
    CartesianSeries.GetDataPoints(RectangleF)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.Trendlines
    CartesianSeries.XAxis
    CartesianSeries.YAxis
    CartesianSeries.Transposed
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ActualXAxis
    CartesianSeries.ActualYAxis
    ChartSeries.GeneratePoints(String[], IList<Double>[])
    ChartSeries.ScheduleUpdateArea()
    ChartSeries.GetSelectionColor()
    ChartSeries.GetGradientStartPoint(ChartSegment)
    ChartSeries.GetGradientEndPoint(ChartSegment)
    ChartSeries.ClearUnUsedDataMarkerLabels(Int32)
    ChartSeries.SeriesContainsPoint(PointF)
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.InvalidateRender()
    ChartSeries.OnDetachedFromChart()
    ChartSeries.SetFillColor(ChartSegment)
    ChartSeries.SetStrokeWidth(ChartSegment)
    ChartSeries.SuspendNotification()
    ChartSeries.ResumeNotification()
    ChartSeries.DrawDataMarker(Int32, Canvas, Paint, Paint, Single, Single)
    ChartSeries.DrawDataMarkerLabel(Int32, Canvas, String, Single, Single)
    ChartSeries.OnTouchMove(MotionEvent)
    ChartSeries.Animate()
    ChartSeries.GetView()
    ChartSeries.ListenPropertyChange
    ChartSeries.DataMarker
    ChartSeries.EnableAnimation
    ChartSeries.AnimationDuration
    ChartSeries.IsSelected
    ChartSeries.SelectedDataPointIndex
    ChartSeries.DataPointSelectionEnabled
    ChartSeries.SelectedDataPointColor
    ChartSeries.DataCount
    ChartSeries.Name
    ChartSeries.Color
    ChartSeries.StrokeWidth
    ChartSeries.Alpha
    ChartSeries.LegendIcon
    ChartSeries.Label
    ChartSeries.TooltipEnabled
    ChartSeries.ItemsSource
    ChartSeries.XBindingPath
    ChartSeries.ColorModel
    ChartSeries.XRange
    ChartSeries.YRange
    ChartSeries.Segments
    ChartSeries.Chart
    ChartSeries.VisibilityOnLegend
    ChartSeries.Visibility
    ChartSeries.DataMarkerLabelCreated
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class BoxAndWhiskerSeries : XyDataSeries
    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 or XAxis and YAxis

    Constructors

    BoxAndWhiskerSeries()

    Initializes a new instance of the BoxAndWhiskerSeries class.

    Declaration
    public BoxAndWhiskerSeries()

    Properties

    BoxPlotMode

    Gets or sets the value for BoxPlotMode.

    Declaration
    public BoxPlotMode BoxPlotMode { get; set; }
    Property Value
    Type Description
    BoxPlotMode

    Percentile

    Gets or sets the value for the Percentile.

    Declaration
    public double Percentile { get; set; }
    Property Value
    Type Description
    System.Double

    ShowMedian

    Gets or sets a value indicating whether this showMedian.

    Declaration
    public bool ShowMedian { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOutlier

    Gets or sets a value 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 for spacing between the segments.

    Declaration
    public double Spacing { get; set; }
    Property Value
    Type Description
    System.Double

    StrokeColor

    Gets or sets the value for StrokeColor.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    SymbolType

    Gets or sets the value for SymbolType.

    Declaration
    public ChartSymbolType SymbolType { get; set; }
    Property Value
    Type Description
    ChartSymbolType

    Width

    Gets or sets the value for segment width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    YCollection

    Declaration
    protected List<IList<double>> YCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.IList<System.Double>>

    Methods

    CreateSegment()

    Create the .

    Declaration
    protected override ChartSegment CreateSegment()
    Returns
    Type Description
    ChartSegment

    Returns a segment.

    Overrides
    CartesianSeries.CreateSegment()

    CreateSegments()

    Creates the segments of BoxAndWhiskerSeries.

    Declaration
    protected override void CreateSegments()
    Overrides
    CartesianSeries.CreateSegments()

    OnBindingPathChanged()

    Declaration
    protected override void OnBindingPathChanged()
    Overrides
    XyDataSeries.OnBindingPathChanged()

    SetIndividualPoint(Int32, Object, Boolean)

    Declaration
    protected override void SetIndividualPoint(int index, object value, bool replace)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    System.Boolean replace
    Overrides
    ChartSeries.SetIndividualPoint(Int32, Object, Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved