Class ErrorBarLineStyle
This class is used to customize the appearance of error bar line style in ErrorBarSeries.
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ErrorBarLineStyle : ChartLineStyle, IThemeElement
Constructors
ErrorBarLineStyle()
Initializes a new instance of the ErrorBarLineStyle class.
Declaration
public ErrorBarLineStyle()
Fields
StrokeCapProperty
Gets or sets the stroke cap for error bar line. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeCapProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
StrokeCap
Gets or sets the stroke cap for error bar line.
Declaration
public ErrorBarStrokeCap StrokeCap { get; set; }
Property Value
Type |
---|
ErrorBarStrokeCap |