Class ErrorBarCapLineStyle
This class is used to customize the appearance of error bar cap line style in ErrorBarSeries.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ErrorBarCapLineStyle : ErrorBarLineStyle, IThemeElement
Constructors
ErrorBarCapLineStyle()
Declaration
public ErrorBarCapLineStyle()
Fields
CapLineSizeProperty
Gets or sets the value for the cap line height. This is a bindable property.
Declaration
public static readonly BindableProperty CapLineSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
IsVisibleProperty
Gets or sets the visibility of cap. This is a bindable property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
CapLineSize
Gets or sets the value for the cap line height.
Declaration
public double CapLineSize { get; set; }
Property Value
Type |
---|
System.Double |
IsVisible
Gets or sets a value indicating whether to show or hide the visibility of cap.
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
---|
System.Boolean |