Class BoxPlotDataPoint
Inheritance
System.Object
BoxPlotDataPoint
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BoxPlotDataPoint : CategoricalDataPointBase, INotifyPropertyChanged
Constructors
BoxPlotDataPoint()
Declaration
public BoxPlotDataPoint()
Properties
IsInPlotRange
Declaration
public bool IsInPlotRange { get; }
Property Value
System.
|
LowerQuartile
Declaration
public double LowerQuartile { get; set; }
Property Value
System.
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Median
Declaration
public double Median { get; set; }
Property Value
System.
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.
|
UpperQuartile
Declaration
public double UpperQuartile { get; set; }
Property Value
System.
|