menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeAxis - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeAxis

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    CircularGaugeAxis
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeAxis : EJTagHelper

    Constructors

    CircularGaugeAxis()

    Declaration
    public CircularGaugeAxis()

    Properties

    Annotations

    Sets and gets the annotation elements for an axis in circular gauge.

    Declaration
    public List<CircularGaugeAnnotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugeAnnotation>

    The default value is null

    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

    The default value is null

    Direction

    Sets and gets the direction of an axis.

    Declaration
    public GaugeDirection Direction { get; set; }
    Property Value
    Type Description
    GaugeDirection

    The default value is GaugeDirection.ClockWise

    EndAngle

    Sets and gets the end angle of an axis in circular gauge.

    Declaration
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 160

    HideIntersectingLabel

    Enables and disables the intersecting labels to be hidden in axis.

    Declaration
    public bool HideIntersectingLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    LabelStyle

    Sets and gets the style of the axis label in circular gauge.

    Declaration
    public CircularGaugeLabel LabelStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeLabel

    The default value is null

    LineStyle

    Sets and gets the style of the line in axis of circular gauge.

    Declaration
    public CircularGaugeLine LineStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeLine

    The default value is null

    MajorTicks

    Sets and gets the major tick lines of an axis in circular gauge.

    Declaration
    public CircularGaugeTick MajorTicks { get; set; }
    Property Value
    Type Description
    CircularGaugeTick

    The default value is null

    Maximum

    Sets and gets the maximum value of an axis in the circular gauge.

    Declaration
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Minimum

    Sets and gets the minimum value of an axis in the circular gauge.

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    MinorTicks

    Sets and gets the minor tick lines of an axis in circular gauge.

    Declaration
    public CircularGaugeTick MinorTicks { get; set; }
    Property Value
    Type Description
    CircularGaugeTick

    The default value is null

    Pointers

    Sets and gets the pointers of an axis in circular gauge.

    Declaration
    public List<CircularGaugePointer> Pointers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugePointer>

    The default value is null

    Radius

    Sets and gets the radius of an axis in circular gauge.

    Declaration
    public string Radius { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    RangeGap

    Sets and gets the gap between the ranges by specified value in circular gauge.

    Declaration
    public double RangeGap { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Ranges

    Sets and gets the ranges of an axis in circular gauge.

    Declaration
    public List<CircularGaugeRange> Ranges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugeRange>

    The default value is null

    RoundingPlaces

    Sets and gets the rounding off value in the an axis label.

    Declaration
    public double RoundingPlaces { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    ShowLastLabel

    Enables and disables the last label of axis when it is hidden in circular gauge.

    Declaration
    public bool ShowLastLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    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

    The default value is false

    StartAngle

    Sets and gets the start angle of an axis in circular gauge.

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 200

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved