ErrorBarShape
Represents the error bar visual.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ErrorBarShape : Shape
Inheritance: objectErrorBarShape
Constructors
Initializes a new instance of the ErrorBarShape class.
public ErrorBarShape()
Fields
CapLengthProperty
DependencyProperty
Identifies the CapLength property.
public static readonly DependencyProperty CapLengthProperty
MarkerSizeProperty
DependencyProperty
Identifies the MarkerSize property.
public static readonly DependencyProperty MarkerSizeProperty
ShowMarkerProperty
DependencyProperty
Identifies the ShowMarker property.
public static readonly DependencyProperty ShowMarkerProperty
Properties
Gets or sets the length of the high and low caps of the visual. The size works with relative values between 0 and 1.
public double CapLength { get; set; }
Gets the data point this shape is representing.
public ErrorBarDataPoint DataPoint { get; }
The data point.
DefiningGeometry
Geometry
Gets a value that represents the Geometry of the Shape.
protected override Geometry DefiningGeometry { get; }
The Geometry of the Shape.
MarkerSize
Size?
Gets or sets the marker size of the visual. The size works with absolute values. If set to null, the marker is measured dynamically with the cap length.
public Size? MarkerSize { get; set; }
Determines whether the value mark of the visual should be displayed or not.
public bool ShowMarker { get; set; }
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.protected override Geometry GetLayoutClip(Size layoutSlotSize)
Geometry