Class ChartErrorBarSettings
Specifies the configuration of the error bar settings.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartErrorBarSettings : ChartSubComponent, ISubcomponentTracker, IChartElement
Constructors
ChartErrorBarSettings()
Declaration
public ChartErrorBarSettings()
Properties
Color
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 |
---|
System.String |
Direction
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 ErrorBarDirection Direction { get; set; }
Property Value
Type |
---|
ErrorBarDirection |
ErrorBarCap
Options for customizing the cap of the error bar.
Declaration
public ChartErrorBarCapSettings ErrorBarCap { get; set; }
Property Value
Type |
---|
ChartErrorBarCapSettings |
HorizontalError
Denotes the horizontal error of the error bar.
Declaration
public double HorizontalError { get; set; }
Property Value
Type |
---|
System.Double |
HorizontalNegativeError
Denotes the horizontal negative error of the error bar.
Declaration
public double HorizontalNegativeError { get; set; }
Property Value
Type |
---|
System.Double |
HorizontalPositiveError
Denotes the horizontal positive error of the error bar.
Declaration
public double HorizontalPositiveError { get; set; }
Property Value
Type |
---|
System.Double |
Mode
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 ErrorBarMode Mode { get; set; }
Property Value
Type |
---|
ErrorBarMode |
RendererType
Declaration
public Type RendererType { get; set; }
Property Value
Type |
---|
System.Type |
Type
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 ErrorBarType Type { get; set; }
Property Value
Type |
---|
ErrorBarType |
VerticalError
Denotes the vertical error of the error bar.
Declaration
public double VerticalError { get; set; }
Property Value
Type |
---|
System.Double |
VerticalNegativeError
Denotes the vertical negative error of the error bar.
Declaration
public double VerticalNegativeError { get; set; }
Property Value
Type |
---|
System.Double |
VerticalPositiveError
Denotes the vertical positive error of the error bar.
Declaration
public double VerticalPositiveError { get; set; }
Property Value
Type |
---|
System.Double |
Visible
If set true, error bar for data gets rendered.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Width
The stroke width of the error bar..
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()