Class ChartErrorBarCapSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartErrorBarCapSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartErrorBarCapSettingsBuilder : ControlBuilder
Constructors
ChartErrorBarCapSettingsBuilder()
Declaration
public ChartErrorBarCapSettingsBuilder()
ChartErrorBarCapSettingsBuilder(ChartErrorBarCapSettings)
Declaration
public ChartErrorBarCapSettingsBuilder(ChartErrorBarCapSettings model)
Parameters
Methods
Color(String)
The stroke color of the cap, which accepts values in hex or rgba as valid CSS color strings.
Declaration
public ChartErrorBarCapSettingsBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Length(Double)
The length of the caps on the error bars, measured in pixels.
Declaration
public ChartErrorBarCapSettingsBuilder Length(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Opacity(Double)
The opacity of the error bar caps in the chart.
Declaration
public ChartErrorBarCapSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Width(Double)
The width of the error bar cap in pixels.
Declaration
public ChartErrorBarCapSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns