Class PivotChartErrorSettings
Allows options for displaying and customizing error bar for individual point in a series.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
PivotChartErrorSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartErrorSettings : SfDataBoundComponent, IDisposable
Constructors
PivotChartErrorSettings()
Declaration
public PivotChartErrorSettings()
Properties
Color
Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Direction
Allows to set the direction of the error bar . They are
both - Renders both direction of error bar.
minus - Renders minus direction of error bar.
plus - Renders plus direction error bar.
Declaration
public PivotChartErrorBarDirection Direction { get; set; }
Property Value
ErrorBarCap
Allows options for customizing the cap of the error bar.
Declaration
public PivotChartErrorBarCapSettings ErrorBarCap { get; set; }
Property Value
HorizontalError
Allows to set the horizontal error of the error bar.
Declaration
public int HorizontalError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HorizontalNegativeError
Allows to set the horizontal negative error of the error bar.
Declaration
public int HorizontalNegativeError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HorizontalPositiveError
Allows to set the horizontal positive error of the error bar.
Declaration
public int HorizontalPositiveError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Mode
Allows to set the mode of the error bar . They are
Vertical - Renders a vertical error bar.
Horizontal - Renders a horizontal error bar.
Both - Renders both side error bar.
Declaration
public PivotChartErrorBarMode Mode { get; set; }
Property Value
Type
Allows to set the type of the error bar . They are
Fixed - Renders a fixed type error bar.
Percentage - Renders a percentage type error bar.
StandardDeviation - Renders a standard deviation type error bar.
StandardError -Renders a standard error type error bar.
Custom -Renders a custom type error bar.
Declaration
public PivotChartErrorBarType Type { get; set; }
Property Value
VerticalError
Allows to set the vertical error of the error bar.
Declaration
public int VerticalError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VerticalNegativeError
Allows to set the vertical negative error of the error bar.
Declaration
public int VerticalNegativeError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VerticalPositiveError
Allows to set the vertical positive error of the error bar.
Declaration
public int VerticalPositiveError { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Visible
If set true, error bar for data gets rendered.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Allows to set the stroke width of the error bar..
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
UpdateChildProperties(String, Object)
Declaration
public void UpdateChildProperties(string key, object keyValue)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
keyValue |
|
Implements
System.IDisposable