BoxPlotShape
Class
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; }
The data point.
DefiningGeometry
Geometry
Gets a value that represents the Geometry of the Shape.
C#
protected override Geometry DefiningGeometry { get; }
The Geometry of the Shape.
Methods
GetLayoutClip(Size)
Geometry
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.C#
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Geometry