Class CircularGaugeLabel
Inheritance
System.Object
CircularGaugeLabel
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeLabel : EJTagHelper
Constructors
CircularGaugeLabel()
Declaration
public CircularGaugeLabel()
Properties
AutoAngle
Enables and disables the labels get rotated along the axis in the circular gauge component.
Declaration
public bool AutoAngle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Font
Sets and gets the options to customize the style of the text in axis labels in circular gauge component.
Declaration
public CircularGaugeFont Font { get; set; }
Property Value
Sets and gets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc.
Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
HiddenLabel
Sets and gets the label of an axis, which gets hidden when an axis makes a complete circle.
Declaration
public HiddenLabel HiddenLabel { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
Sets and gets the value to place the labels from the axis in circular gauge.
Declaration
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Position
Sets and gets the position type to place the labels in the axis in the circular gauge component.
Declaration
public Position Position { get; set; }
Property Value
ShouldMaintainPadding
Enables and disables the default padding value of axis labels in circular gauge component.
Declaration
public bool ShouldMaintainPadding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseRangeColor
Enables and disables the axis labels to use the range color of the axis.
Declaration
public bool UseRangeColor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|