Class ChartErrorBarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartErrorBarSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartErrorBarSettingsBuilder : ControlBuilder
Constructors
ChartErrorBarSettingsBuilder()
Declaration
public ChartErrorBarSettingsBuilder()
ChartErrorBarSettingsBuilder(ChartErrorBarSettings)
Declaration
public ChartErrorBarSettingsBuilder(ChartErrorBarSettings model)
Parameters
Methods
Color(String)
The color of the error bar's stroke, which accepts values in hex, rgba, or as a valid CSS color string.
Declaration
public ChartErrorBarSettingsBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Direction(ErrorBarDirection)
Specifies the direction of the error bar.
The available options are:
Both - Renders error bars in both directions (positive and negative).
Minus - Renders error bars in the negative direction.
Plus - Renders error bars in the positive direction.
Declaration
public ChartErrorBarSettingsBuilder Direction(ErrorBarDirection value)
Parameters
Returns
ErrorBarCap(ChartErrorBarCapSettings)
The errorBarCap
property allows customization of the appearance and behavior of the caps at the ends of error bars in a chart series.
Declaration
public ChartErrorBarSettingsBuilder ErrorBarCap(ChartErrorBarCapSettings value)
Parameters
Returns
ErrorBarCap(Action<ChartErrorBarCapSettingsBuilder>)
Declaration
public ChartErrorBarSettingsBuilder ErrorBarCap(Action<ChartErrorBarCapSettingsBuilder> errorBarCap)
Parameters
Returns
ErrorBarColorMapping(String)
Defines the color for the error bar, which is mapped to the data source mapping name.
Declaration
public ChartErrorBarSettingsBuilder ErrorBarColorMapping(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
HorizontalError(Object)
The horizontal error of the point can also be mapped from the data source.
Declaration
public ChartErrorBarSettingsBuilder HorizontalError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
HorizontalNegativeError(Object)
The horizontal negative error of the point can be mapped from the data source as well.
Declaration
public ChartErrorBarSettingsBuilder HorizontalNegativeError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
HorizontalPositiveError(Object)
The horizontal positive error of the point can be mapped from the data source as well.
Declaration
public ChartErrorBarSettingsBuilder HorizontalPositiveError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Mode(ErrorBarMode)
Specifies the mode for the error bar.
The available options are:
Vertical - Renders error bars in a vertical direction.
Horizontal - Renders error bars in a horizontal direction.
Both - Renders error bars in both vertical and horizontal directions.
Declaration
public ChartErrorBarSettingsBuilder Mode(ErrorBarMode value)
Parameters
Returns
Type(ErrorBarType)
Specifies the type of error bar.
The available options 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 ChartErrorBarSettingsBuilder Type(ErrorBarType value)
Parameters
Returns
VerticalError(Object)
The vertical error for the point can also be mapped from the data source.
Declaration
public ChartErrorBarSettingsBuilder VerticalError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
VerticalNegativeError(Object)
The vertical negative error of the point can be mapped from the data source as well.
Declaration
public ChartErrorBarSettingsBuilder VerticalNegativeError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
VerticalPositiveError(Object)
The vertical positive error of the point can be mapped from the data source as well.
Declaration
public ChartErrorBarSettingsBuilder VerticalPositiveError(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Visible(Boolean)
If set to true, the error bar for the data will be rendered.
Declaration
public ChartErrorBarSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Width(Double)
The width
property determines the thickness of the error bars rendered in the chart series.
Declaration
public ChartErrorBarSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns