Class
BoxPlotShape

Represents the box plot visual.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class BoxPlotShape : Shape

Inheritance: objectBoxPlotShape

Constructors

BoxPlotShape()

Initializes a new instance of the BoxPlotShape 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.

DefiningGeometry

Gets a value that represents the Geometry of the Shape.

Declaration

cs-api-definition
protected override Geometry DefiningGeometry { get; }

Property Value

Geometry

The Geometry of the Shape.

Methods

GetLayoutClip(Size)

Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.

The size of the part of the element that does visual presentation. The clipping geometry.

Declaration

cs-api-definition
protected override Geometry GetLayoutClip(Size layoutSlotSize)

Parameters

layoutSlotSize

Size

Returns

Geometry