Class AlterColor
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 AlterColor : EJTagHelper
Constructors
AlterColor()
Declaration
public AlterColor()
Properties
Fill
Gets or sets the Fill color of the grid band, which provides an option to apply fill color for grid band.
Declaration
[JsonProperty("fill")]
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Fill color of the grid bands
Opacity
Gets or sets the Opacity of the grid band, which provides an option to customize opacity of grid bands.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Opacity of the grid band