New to Telerik UI for WPFStart a free 30-day trial

Represents the box plot visual.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class BoxPlotShape : Shape

Inheritance: objectBoxPlotShape

Constructors

Initializes a new instance of the BoxPlotShape class.

C#
public BoxPlotShape()

Properties

Gets the data point this shape is representing.

C#
public BoxPlotDataPoint DataPoint { get; }
Property Value:

The data point.

Gets a value that represents the Geometry of the Shape.

C#
protected override Geometry DefiningGeometry { get; }
Property Value:

The Geometry of the Shape.

Methods

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.
C#
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Parameters:layoutSlotSizeSizeReturns:

Geometry