Class CircularFrame
Class for circular gauge frame.
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 CircularFrame : EJTagHelper
Constructors
CircularFrame()
Declaration
public CircularFrame()
Properties
BackgroundImageUrl
Gets or sets the BackgroundImageUrl.
Declaration
[JsonProperty("backgroundImageUrl")]
public string BackgroundImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specify the URL of the frame background image for circular gauge. |
FrameType
Gets or sets the FrameType.
Declaration
[JsonProperty("frameType")]
[JsonConverter(typeof(StringEnumConverter))]
public Frame FrameType { get; set; }
Property Value
Type | Description |
---|---|
Frame | Specifies the frameType of circular gauge. |
HalfCircleFrameEndAngle
Gets or sets the HalfCircleFrameEndAngle.
Declaration
[JsonProperty("halfCircleFrameEndAngle")]
public double HalfCircleFrameEndAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the end angle for the half circular frame. |
HalfCircleFrameStartAngle
Gets or sets the HalfCircleFrameStartAngle.
Declaration
[JsonProperty("halfCircleFrameStartAngle")]
public double HalfCircleFrameStartAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the start angle for the half circular frame. |