Class ErrorBarCapLineStyle
This class is used to customize the appearance of error bar cap line style in
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ErrorBarCapLineStyle : ErrorBarLineStyle, INotifyPropertyChanged
Constructors
ErrorBarCapLineStyle()
Declaration
public ErrorBarCapLineStyle()
Properties
CapLineSize
Gets or sets the value for the cap line height.
Declaration
public double CapLineSize { get; set; }
Property Value
Type |
---|
System.Double |
Visible
Gets or sets a value indicating whether cap is visible or not.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Implements
System.ComponentModel.INotifyPropertyChanged