ClassBoxPlotDataPoint
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class BoxPlotDataPoint : CategoricalDataPointBase, INotifyPropertyChanged
Inheritance: objectPropertyBagObjectNodeDataPointCategoricalDataPointBaseBoxPlotDataPoint
Implements:
Inherited Members
Constructors
BoxPlotDataPoint()
Initializes a new instance of the BoxPlotDataPoint class.
Declaration
cs-api-definition
public BoxPlotDataPoint()
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
LowerQuartile
Gets or sets the lower quartile value associated with the point.
Maximum
Gets or sets the maximum value associated with the point.
Median
Gets or sets the median value associated with the point.
Minimum
Gets or sets the minimum value associated with the point.
UpperQuartile
Gets or sets the upper quartile value associated with the point.