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
Gets or sets the stroke color of the cap.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the stroke color of the cap, which can be a valid CSS color string such as a hex or rgba value. |
Remarks
Changing this value updates the visual appearance of the error bar's cap.
Length
Gets or sets the length of the error bar cap in pixels.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the length of the cap in pixels. The default value is 10. |
Remarks
The length property controls the size of the cap at the ends of the error bars.
Opacity
Gets or sets the opacity of the cap.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the opacity of the cap, ranging from 0 (fully transparent) to 1 (fully opaque). The default value is 1. |
Remarks
The opacity property allows adjusting the transparency level of the error bar caps.
Width
Gets or sets the width of the error bar cap in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double representing the width of the cap in pixels. The default value is 1. |
Remarks
This property determines the thickness of the error bar cap.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()