Class ChartStyle
Inheritance
System.Object
ChartStyle
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 ChartStyle
Constructors
ChartStyle()
Declaration
public ChartStyle()
Properties
BorderColor
Gets or sets the BorderColor, which provides an option to customize color of all four borders of chart area background.
Declaration
[JsonProperty("borderColor")]
public string BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BorderWidth
Gets or sets the BorderWidth, which provides an option to customize width of all four borders of chart area background.
Declaration
[JsonProperty("borderWidth")]
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DashArray
Gets or sets the DashArray property, which specifies pattern of dashes and gaps to paint the outline of chart area.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fill
Gets or sets the Fill Color, which provides an option to customize fill color of chart area background.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Gets or sets the Opacity, which provides an option to customize chart opacity whose values ranges from 0 to 1.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |