Class StockChartAxisLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartAxisLineBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class StockChartAxisLineBuilder : ControlBuilder
Constructors
StockChartAxisLineBuilder()
Declaration
public StockChartAxisLineBuilder()
StockChartAxisLineBuilder(StockChartAxisLine)
Declaration
public StockChartAxisLineBuilder(StockChartAxisLine model)
Parameters
Methods
Color(String)
Specifies the color of the axis line. Accepts values in hex and rgba formats as valid CSS color strings.
Declaration
public StockChartAxisLineBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
DashArray(String)
The dash array of the axis line, defining the pattern of dashes and gaps for the axis line.
Declaration
public StockChartAxisLineBuilder DashArray(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Width(Double)
The width of the axis line in pixels, determining the thickness of the lines on the axis.
Declaration
public StockChartAxisLineBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns