Class ErrorBarShape
Represents the error bar visual.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ErrorBarShape : Shape
Constructors
ErrorBarShape()
Fields
CapLengthProperty
Identifies the CapLength property.
Declaration
public static readonly DependencyProperty CapLengthProperty
Field Value
System.Windows.DependencyProperty
|
MarkerSizeProperty
Identifies the MarkerSize property.
Declaration
public static readonly DependencyProperty MarkerSizeProperty
Field Value
System.Windows.DependencyProperty
|
ShowMarkerProperty
Identifies the ShowMarker property.
Declaration
public static readonly DependencyProperty ShowMarkerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CapLength
Gets or sets the length of the high and low caps of the visual. The size works with relative values between 0 and 1.
Declaration
public double CapLength { get; set; }
Property Value
System.Double
|
DataPoint
Gets the data point this shape is representing.
Declaration
public ErrorBarDataPoint DataPoint { get; }
Property Value
ErrorBarDataPoint
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. |
MarkerSize
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.
Declaration
public Size? MarkerSize { get; set; }
Property Value
System.Nullable<System.Windows.Size>
|
ShowMarker
Determines whether the value mark of the visual should be displayed or not.
Declaration
public bool ShowMarker { get; set; }
Property Value
System.Boolean
|
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
|