Class BoxPlotShape
Represents the box plot visual.
Inheritance
System.Object
BoxPlotShape
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BoxPlotShape : Path
Constructors
BoxPlotShape()
Properties
DataPoint
Gets the data point this shape is representing.
Declaration
public BoxPlotDataPoint DataPoint { get; }
Property Value
BoxPlotDataPoint
The data point. |