Class
BoxPlotShape

Represents the box plot visual.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class BoxPlotShape : Path

Inheritance: objectBoxPlotShape

Constructors

BoxPlotShape()

Initializes a new instance of the OhlcShape class.

Declaration

cs-api-definition
public BoxPlotShape()

Properties

DataPoint

Gets the data point this shape is representing.

Declaration

cs-api-definition
public BoxPlotDataPoint DataPoint { get; }

Property Value

BoxPlotDataPoint

The data point.