Class ChartErrorBarCapSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartErrorBarCapSettings
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartErrorBarCapSettings : EJTagHelper
Constructors
ChartErrorBarCapSettings()
Declaration
public ChartErrorBarCapSettings()
Properties
Color
The stroke color of the cap, which accepts values in hex or rgba as valid CSS color strings.
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> |
Length
The length of the caps on the error bars, measured in pixels.
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
Opacity
The opacity of the error bar caps in the chart.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Width
The width of the error bar cap in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |