ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeAxis

    Show / Hide Table of Contents

    Class CircularGaugeAxis

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeAxis
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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()
    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 element for an axis in circular gauge component.

    Declaration
    [HtmlAttributeName("annotations")]
    public List<CircularGaugeAnnotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugeAnnotation>

    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
    Type Description
    GaugeDirection

    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
    EJTagHelper.IsChild

    LabelStyle

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

    Declaration
    [HtmlAttributeName("labelStyle")]
    public CircularGaugeLabel LabelStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeLabel

    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
    Type Description
    CircularGaugeLine

    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
    Type Description
    CircularGaugeTick

    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
    Type Description
    CircularGaugeTick

    Pointers

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

    Declaration
    [HtmlAttributeName("pointers")]
    public List<CircularGaugePointer> Pointers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularGaugePointer>

    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
    Type Description
    System.Collections.Generic.List<CircularGaugeRange>

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved