menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BoxAndWhiskerSegment - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BoxAndWhiskerSegment

    Creates the segments for BoxAndWhiskerSeries

    It gets the bounds, stroke color and fill color from the series to render the segment.

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    BoxAndWhiskerSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AnimatedValue
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class BoxAndWhiskerSegment : CartesianSegment, INotifyPropertyChanged

    Constructors

    BoxAndWhiskerSegment()

    Declaration
    public BoxAndWhiskerSegment()

    Properties

    Bottom

    Gets the bottom value for the box plot.

    Declaration
    public float Bottom { get; }
    Property Value
    Type
    System.Single

    Center

    Gets the center value for the box plot.

    Declaration
    public double Center { get; }
    Property Value
    Type
    System.Double

    Left

    Gets the left value for the box plot.

    Declaration
    public float Left { get; }
    Property Value
    Type
    System.Single

    LowerQuartile

    Gets the lower quartile value for the box plot.

    Declaration
    public double LowerQuartile { get; }
    Property Value
    Type
    System.Double

    Maximum

    Gets the maximum value for the box plot.

    Declaration
    public double Maximum { get; }
    Property Value
    Type
    System.Double

    Median

    Gets the median value for the box plot.

    Declaration
    public double Median { get; }
    Property Value
    Type
    System.Double

    Minimum

    Gets the minimum value for the box plot.

    Declaration
    public double Minimum { get; }
    Property Value
    Type
    System.Double

    Right

    Gets the right value for the box plot.

    Declaration
    public float Right { get; }
    Property Value
    Type
    System.Single

    Top

    Gets the top value for the box plot.

    Declaration
    public float Top { get; }
    Property Value
    Type
    System.Single

    UpperQuartile

    Gets the upper quartile value for the box plot.

    Declaration
    public double UpperQuartile { get; }
    Property Value
    Type
    System.Double

    Methods

    Draw(ICanvas)

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved