Class BoxAndWhiskerSegment
Creates the segments for BoxAndWhiskerSeries
It gets the bounds, stroke color and fill color from the series
to render the segment.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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
OnLayout()
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged