Class PointerValueText
Class for pointer value text.
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 PointerValueText : EJTagHelper
Constructors
PointerValueText()
Declaration
public PointerValueText()
Properties
Angle
Gets or sets the Angle.
Declaration
[JsonProperty("angle")]
public float Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Specifies the angle. |
AutoAngle
Gets or sets a value for AutomaticAngle.
Declaration
[JsonProperty("autoAngle")]
public bool AutoAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Specify autoAngle value of circular gauge. |
Color
Gets or sets the Color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the color. |
Distance
Gets or sets the Distance.
Declaration
[JsonProperty("distance")]
public float Distance { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Specifies the value for distance. |
Font
Gets or sets the Font.
Declaration
[JsonProperty("font")]
public CircularFont Font { get; set; }
Property Value
Type | Description |
---|---|
CircularFont | TSpecifies the font. |
Opacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Specifies the opacity. |
ShowValue
Gets or sets a value for ShowValue.
Declaration
[JsonProperty("showValue")]
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | To show/hide the value. |