Class PivotChartErrorBarCapSettings
Allows options for customizing the cap of the error bar.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartErrorBarCapSettings
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartErrorBarCapSettings : SfDataBoundComponent
Constructors
PivotChartErrorBarCapSettings()
Declaration
public PivotChartErrorBarCapSettings()
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 | Description |
---|---|
System.String |
Length
The length of the error bar in pixels.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Opacity
The opacity of the cap.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
The width of the error bar in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |