Class CircularColorInfo
Class for circular gauge color info.
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 CircularColorInfo : EJTagHelper
Constructors
CircularColorInfo()
Declaration
public CircularColorInfo()
Properties
Color
Gets or sets the Color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the value for color. |
ColorStop
Gets or sets the ColorStop.
Declaration
[JsonProperty("colorStop")]
public double ColorStop { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the value for color stop. |