Class CircularGaugeAxis
Inheritance
System.Object
CircularGaugeAxis
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeAxis : EJTagHelper
Constructors
CircularGaugeAxis()
Declaration
public CircularGaugeAxis()
Properties
Annotations
Sets and gets the annotation element for an axis in circular gauge component.
Declaration
public List<CircularGaugeAnnotation> Annotations { get; set; }
Property Value
Background
Sets and gets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
Direction
Sets and gets the direction of an axis.
Declaration
public GaugeDirection Direction { get; set; }
Property Value
EndAngle
Sets and gets the end angle of an axis in circular gauge component.
Declaration
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
HideIntersectingLabel
Enables and disables the intersecting labels to be hidden in axis.
Declaration
public bool HideIntersectingLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LabelStyle
Sets and gets the style of the axis label in circular gauge component.
Declaration
public CircularGaugeLabel LabelStyle { get; set; }
Property Value
LineStyle
Sets and gets the style of the line in axis of circular gauge component.
Declaration
public CircularGaugeLine LineStyle { get; set; }
Property Value
MajorTicks
Sets and gets the major tick lines of an axis in circular gauge component.
Declaration
public CircularGaugeTick MajorTicks { get; set; }
Property Value
Maximum
Sets and gets the maximum value of an axis in the circular gauge component.
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Sets and gets the minimum value of an axis in the circular gauge component.
Declaration
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTicks
Sets and gets the minor tick lines of an axis in circular gauge component.
Declaration
public CircularGaugeTick MinorTicks { get; set; }
Property Value
Pointers
Sets and gets the pointers of an axis in circular gauge component.
Declaration
public List<CircularGaugePointer> Pointers { get; set; }
Property Value
Radius
Sets and gets the radius of an axis in circular gauge.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|
RangeGap
Sets and gets the gap between the ranges by specified value in circular gauge component.
Declaration
public double RangeGap { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ranges
Sets and gets the ranges of an axis in circular gauge component.
Declaration
public List<CircularGaugeRange> Ranges { get; set; }
Property Value
RoundingPlaces
Sets and gets the rounding Off value in the label in an axis.
Declaration
public double RoundingPlaces { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowLastLabel
Enables and disables the last label of axis when it is hidden in circular gauge component.
Declaration
public bool ShowLastLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartAndEndRangeGap
Enables and disables the start and end gap between the ranges and axis in circular gauge.
Declaration
public bool StartAndEndRangeGap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartAngle
Sets and gets the start angle of an axis in circular gauge component.
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|