Class ErrorBarShape
Inheritance
System.Object
ErrorBarShape
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ErrorBarShape : Path
Constructors
ErrorBarShape()
Declaration
public ErrorBarShape()
Fields
CapLengthProperty
Declaration
public static readonly DependencyProperty CapLengthProperty
Field Value
Microsoft.
|
MarkerSizeProperty
Declaration
public static readonly DependencyProperty MarkerSizeProperty
Field Value
Microsoft.
|
ShowMarkerProperty
Declaration
public static readonly DependencyProperty ShowMarkerProperty
Field Value
Microsoft.
|
Properties
CapLength
Declaration
public double CapLength { get; set; }
Property Value
System.
|
DataPoint
MarkerSize
Declaration
public Nullable<Size> MarkerSize { get; set; }
Property Value
System.
|
ShowMarker
Declaration
public bool ShowMarker { get; set; }
Property Value
System.
|