Class ChartErrorBarSettings
Inheritance
System.Object
ChartErrorBarSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("color")]
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
[HtmlAttributeName("direction")]
public ErrorBarDirection Direction { get; set; }
Property Value
ErrorBarCap
Options for customizing the cap of the error bar.
Declaration
[HtmlAttributeName("errorBarCap")]
public ChartErrorBarCapSettings ErrorBarCap { get; set; }
Property Value
HorizontalError
The horizontal error of the error bar.
Declaration
[HtmlAttributeName("horizontalError")]
public double HorizontalError { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalNegativeError
The horizontal negative error of the error bar.
Declaration
[HtmlAttributeName("horizontalNegativeError")]
public double HorizontalNegativeError { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalPositiveError
The horizontal positive error of the error bar.
Declaration
[HtmlAttributeName("horizontalPositiveError")]
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
[HtmlAttributeName("mode")]
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
[HtmlAttributeName("type")]
public ErrorBarType Type { get; set; }
Property Value
VerticalError
The vertical error of the error bar.
Declaration
[HtmlAttributeName("verticalError")]
public double VerticalError { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalNegativeError
The vertical negative error of the error bar.
Declaration
[HtmlAttributeName("verticalNegativeError")]
public double VerticalNegativeError { get; set; }
Property Value
Type |
Description |
System.Double |
|
VerticalPositiveError
The vertical positive error of the error bar.
Declaration
[HtmlAttributeName("verticalPositiveError")]
public double VerticalPositiveError { get; set; }
Property Value
Type |
Description |
System.Double |
|
Visible
If set true, error bar for data gets rendered.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
The stroke width of the error bar..
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|