Class ErrorBarLineStyle
This class is used to customize the appearance of error bar line style in ErrorBarSeries
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ErrorBarLineStyle : ChartLineStyle, INotifyPropertyChanged
Constructors
ErrorBarLineStyle()
Declaration
public ErrorBarLineStyle()
Properties
StrokeCap
Gets or sets the stroke cap for error bar line.
Declaration
public Paint.Cap StrokeCap { get; set; }
Property Value
Type |
---|
Android.Graphics.Paint.Cap |
Implements
System.ComponentModel.INotifyPropertyChanged