Class CircularGaugeAxis
Inheritance
System.Object
CircularGaugeAxis
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()
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
[HtmlAttributeName("annotations")]
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
[HtmlAttributeName("background")]
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
Direction
Sets and gets the direction of an axis.
Declaration
[HtmlAttributeName("direction")]
public GaugeDirection Direction { get; set; }
Property Value
EndAngle
Sets and gets the end angle of an axis in circular gauge component.
Declaration
[HtmlAttributeName("endAngle")]
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
HideIntersectingLabel
Enables and disables the intersecting labels to be hidden in axis.
Declaration
[HtmlAttributeName("hideIntersectingLabel")]
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
[HtmlAttributeName("labelStyle")]
public CircularGaugeLabel LabelStyle { get; set; }
Property Value
LineStyle
Sets and gets the style of the line in axis of circular gauge component.
Declaration
[HtmlAttributeName("lineStyle")]
public CircularGaugeLine LineStyle { get; set; }
Property Value
MajorTicks
Sets and gets the major tick lines of an axis in circular gauge component.
Declaration
[HtmlAttributeName("majorTicks")]
public CircularGaugeTick MajorTicks { get; set; }
Property Value
Maximum
Sets and gets the maximum value of an axis in the circular gauge component.
Declaration
[HtmlAttributeName("maximum")]
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
[HtmlAttributeName("minimum")]
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
[HtmlAttributeName("minorTicks")]
public CircularGaugeTick MinorTicks { get; set; }
Property Value
Pointers
Sets and gets the pointers of an axis in circular gauge component.
Declaration
[HtmlAttributeName("pointers")]
public List<CircularGaugePointer> Pointers { get; set; }
Property Value
Radius
Sets and gets the radius of an axis in circular gauge.
Declaration
[HtmlAttributeName("radius")]
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
[HtmlAttributeName("rangeGap")]
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
[HtmlAttributeName("ranges")]
public List<CircularGaugeRange> Ranges { get; set; }
Property Value
RoundingPlaces
Sets and gets the rounding Off value in the label in an axis.
Declaration
[HtmlAttributeName("roundingPlaces")]
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
[HtmlAttributeName("showLastLabel")]
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
[HtmlAttributeName("startAndEndRangeGap")]
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
[HtmlAttributeName("startAngle")]
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|