Class ErrorBarLineStyle
This class is used to customize the appearance of error bar line style in
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ErrorBarLineStyle : SFLineStyle, INotifyPropertyChanged
Constructors
ErrorBarLineStyle()
Declaration
public ErrorBarLineStyle()
Properties
Dashes
Gets or sets the dashes for the axis line.
Declaration
public NSArray Dashes { get; set; }
Property Value
Type |
---|
Foundation.NSArray |
LineCap
Gets or sets the line cap for error bar line.
Declaration
public CGLineCap LineCap { get; set; }
Property Value
Type |
---|
CoreGraphics.CGLineCap |
Implements
System.ComponentModel.INotifyPropertyChanged