Class ChartArea
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ChartArea : EJTagHelper
Constructors
ChartArea()
Declaration
public ChartArea()
Properties
Background
Gets or sets the value for Background which specifies the Background color of the plot area.
Declaration
[JsonProperty("background")]
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Background color of the plot area.
Border
Gets or sets the value for Border which specifies the Options for customizing the border of the plot area.
Declaration
[JsonProperty("border")]
public LayoutBorder Border { get; set; }
Property Value
Type | Description |
---|---|
LayoutBorder |
Remarks
Options for customizing the border of the plot area.
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |