Class CircularLabels
Class for circular gauge labels
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CircularLabels : EJTagHelper
Constructors
CircularLabels()
Declaration
public CircularLabels()
Properties
Angle
Gets or sets the Angle.
Declaration
[JsonProperty("angle")]
public int Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the value for angle. |
AutoAngle
Gets or sets a value indicating whether [AutomaticAngle].
Declaration
[JsonProperty("autoAngle")]
public bool AutoAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |
DistanceFromScale
Gets or sets the DistanceFromScale.
Declaration
[JsonProperty("distanceFromScale")]
public double DistanceFromScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify distanceFromScale value for ranges of circular gauge. |
Font
Gets or sets the Font.
Declaration
[JsonProperty("font")]
public CircularFont Font { get; set; }
Property Value
Type | Description |
---|---|
CircularFont | Specified options to customize the font. |
IncludeFirstValue
Gets or sets a value indicating whether [IncludeFirstValue].
Declaration
[JsonProperty("includeFirstValue")]
public bool IncludeFirstValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Opacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the opacity. |
Placement
Gets or sets the Placement.
Declaration
[JsonProperty("placement")]
[JsonConverter(typeof(StringEnumConverter))]
public LabelPlacement Placement { get; set; }
Property Value
Type | Description |
---|---|
LabelPlacement | Specify label placement of circular gauge. |
Type
Gets or sets the Type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public GaugeTypes Type { get; set; }
Property Value
Type | Description |
---|---|
GaugeTypes | Specifies the value for type. |
UnitText
Gets or sets UnitText.
Declaration
[JsonProperty("unitText")]
public string UnitText { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the value for unit text. |
UnitTextPosition
Gets or sets the UnitTextPosition.
Declaration
[JsonProperty("unitTextPosition")]
[JsonConverter(typeof(StringEnumConverter))]
public UnitTextPlacement UnitTextPosition { get; set; }
Property Value
Type | Description |
---|---|
UnitTextPlacement | Specify unitTextPosition of circular gauge. |
Methods
ShouldSerializeFont()
Shoulds the serialize font.
Declaration
public bool ShouldSerializeFont()
Returns
Type | Description |
---|---|
System.Boolean |