Class PivotViewPivotChartSeriesErrorSettings
Inheritance
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesErrorSettings : EJTagHelper
Constructors
PivotViewPivotChartSeriesErrorSettings()
Declaration
public PivotViewPivotChartSeriesErrorSettings()
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 | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
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 object Direction { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ErrorBarCap
Allows options for customizing the cap of the error bar.
Declaration
public object ErrorBarCap { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
HorizontalError
Allows to set the horizontal error of the error bar.
Declaration
public double HorizontalError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
HorizontalNegativeError
Allows to set the horizontal negative error of the error bar.
Declaration
public double HorizontalNegativeError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
HorizontalPositiveError
Allows to set the horizontal positive error of the error bar.
Declaration
public double HorizontalPositiveError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
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 object Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
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 object Type { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
VerticalError
Allows to set the vertical error of the error bar.
Declaration
public double VerticalError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
VerticalNegativeError
Allows to set the vertical negative error of the error bar.
Declaration
public double VerticalNegativeError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 3 |
VerticalPositiveError
Allows to set the vertical positive error of the error bar.
Declaration
public double VerticalPositiveError { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 3 |
Visible
If set true, error bar for data gets rendered.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Width
Allows to set the stroke width of the error bar.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |