Class ChartErrorBarSettings
Inheritance
System.Object
ChartErrorBarSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartErrorBarSettings : EJTagHelper
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 |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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
ErrorBarCap
Options for customizing the cap of the error bar.
Declaration
public ChartErrorBarCapSettings ErrorBarCap { get; set; }
Property Value
HorizontalError
The horizontal error of the error bar.
Declaration
public double HorizontalError { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalNegativeError
The horizontal negative error of the error bar.
Declaration
public double HorizontalNegativeError { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalPositiveError
The horizontal positive error of the error bar.
Declaration
public double HorizontalPositiveError { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
VerticalError
The vertical error of the error bar.
Declaration
public double VerticalError { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalNegativeError
The vertical negative error of the error bar.
Declaration
public double VerticalNegativeError { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalPositiveError
The vertical positive error of the error bar.
Declaration
public double VerticalPositiveError { get; set; }
Property Value
Type |
Description |
System.Double |
|
Visible
If set true, error bar for data gets rendered.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
The stroke width of the error bar..
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|