Class PivotViewPivotChartSeriesErrorSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesErrorSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesErrorSettingsBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesErrorSettingsBuilder()
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder()
PivotViewPivotChartSeriesErrorSettingsBuilder(PivotViewPivotChartSeriesErrorSettings)
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder(PivotViewPivotChartSeriesErrorSettings model)
Parameters
Methods
Color(String)
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 PivotViewPivotChartSeriesErrorSettingsBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Direction(Object)
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 PivotViewPivotChartSeriesErrorSettingsBuilder Direction(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
ErrorBarCap(Object)
Allows options for customizing the cap of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder ErrorBarCap(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
HorizontalError(Double)
Allows to set the horizontal error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
HorizontalNegativeError(Double)
Allows to set the horizontal negative error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalNegativeError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
HorizontalPositiveError(Double)
Allows to set the horizontal positive error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder HorizontalPositiveError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Mode(Object)
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 PivotViewPivotChartSeriesErrorSettingsBuilder Mode(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type(Object)
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 PivotViewPivotChartSeriesErrorSettingsBuilder Type(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
VerticalError(Double)
Allows to set the vertical error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
VerticalNegativeError(Double)
Allows to set the vertical negative error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalNegativeError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
VerticalPositiveError(Double)
Allows to set the vertical positive error of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder VerticalPositiveError(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Visible(Boolean)
If set true, error bar for data gets rendered.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Width(Double)
Allows to set the stroke width of the error bar.
Declaration
public PivotViewPivotChartSeriesErrorSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns