Class ChartErrorBarCapSettings
Specifies the configuration of the error bar cap settings.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartErrorBarCapSettings : ChartSubComponent, ISubcomponentTracker
Constructors
ChartErrorBarCapSettings()
Declaration
public ChartErrorBarCapSettings()
Properties
Color
The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Length
The length of the error bar in pixels.
Declaration
public double Length { get; set; }
Property Value
Type |
---|
System.Double |
Opacity
The opacity of the cap.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Width
The width of the error bar in pixels.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()