Class BoxPlotShape
Represents the box plot visual.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BoxPlotShape : Shape
Constructors
BoxPlotShape()
Properties
DataPoint
Gets the data point this shape is representing.
Declaration
public BoxPlotDataPoint DataPoint { get; }
Property Value
BoxPlotDataPoint
The data point. |
DefiningGeometry
Gets a value that represents the System.Windows.Media.Geometry of the System.Windows.Shapes.Shape.
Declaration
protected override Geometry DefiningGeometry { get; }
Property Value
System.Windows.Media.Geometry
The System.Windows.Media.Geometry of the System.Windows.Shapes.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.
Declaration
protected override Geometry GetLayoutClip(Size layoutSlotSize)
Parameters
System.Windows.Size
layoutSlotSize
|
Returns
System.Windows.Media.Geometry
|