Class ChartAreaBuilder
Inheritance
System.Object
ChartAreaBuilder
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()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class ChartAreaBuilder
Constructors
ChartAreaBuilder(ChartArea)
Declaration
public ChartAreaBuilder(ChartArea options)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | options |
Methods
Background(String)
Declaration
public ChartAreaBuilder Background(string color)
Parameters
Type | Name | Description |
---|---|---|
System.String | color |
Returns
Type | Description |
---|---|
ChartAreaBuilder |
Border(Action<LayoutBorderBuilder>)
Declaration
public ChartAreaBuilder Border(Action<LayoutBorderBuilder> border)
Parameters
Type | Name | Description |
---|---|---|
System.Action<LayoutBorderBuilder> | border |
Returns
Type | Description |
---|---|
ChartAreaBuilder |