Class CircularCustomLabel
Class for circular gauge custom label.
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 CircularCustomLabel : EJTagHelper
Constructors
CircularCustomLabel()
Declaration
public CircularCustomLabel()
Properties
Color
Gets or sets the Color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies color for custom label. |
CustomLabelPositionType
Gets or sets the value of the PositionType.
Declaration
[JsonProperty("positionType")]
[JsonConverter(typeof(StringEnumConverter))]
public CustomLabelPositionType CustomLabelPositionType { get; set; }
Property Value
Type | Description |
---|---|
CustomLabelPositionType | The type of the custom label position. |
Font
Gets or sets the font.
Declaration
[JsonProperty("font")]
public CircularFont Font { get; set; }
Property Value
Type | Description |
---|---|
CircularFont | Font for custom label text. |
Position
Gets or sets the Position.
Declaration
[JsonProperty("position")]
public CircularPosition Position { get; set; }
Property Value
Type | Description |
---|---|
CircularPosition | Specifies position of the custom label. |
TextAngle
Gets or sets the TextAngle.
Declaration
[JsonProperty("textAngle")]
public int TextAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the text angle of custom labels. |
Value
Gets or sets the Value.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies value for custom label. |
Methods
ShouldSerializeFont()
Should the serialize font.
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializePosition()
Should the serialize position.
Declaration
public bool ShouldSerializePosition()
Returns
Type | Description |
---|---|
System.Boolean |