Class StockChartChartAreaBuilder
Inheritance
System.Object
StockChartChartAreaBuilder
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 StockChartChartAreaBuilder : ControlBuilder
Constructors
StockChartChartAreaBuilder()
Declaration
public StockChartChartAreaBuilder()
StockChartChartAreaBuilder(StockChartChartArea)
Declaration
public StockChartChartAreaBuilder(StockChartChartArea model)
Parameters
Methods
Background(String)
The background of the chart area that accepts value in hex and rgba as a valid CSS color string..
Declaration
public StockChartChartAreaBuilder Background(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
BackgroundImage(String)
The background image of the chart area that accepts value in string as url link or location of an image.
Declaration
public StockChartChartAreaBuilder BackgroundImage(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Border(StockChartChartAreaBorder)
Options to customize the border of the chart area.
Declaration
public StockChartChartAreaBuilder Border(StockChartChartAreaBorder value)
Parameters
Returns
Border(Action<StockChartBorderBuilder>)
Declaration
public StockChartChartAreaBuilder Border(Action<StockChartBorderBuilder> border)
Parameters
Returns
Opacity(Double)
The opacity for background.
Declaration
public StockChartChartAreaBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Width(String)
Defines the width for the chart area element. Takes value in percentage and in pixel.
Declaration
public StockChartChartAreaBuilder Width(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns