ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeAxis

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    LinearGaugeAxis
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    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.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeAxis : EJTagHelper

    Constructors

    LinearGaugeAxis()

    Declaration
    public LinearGaugeAxis()

    Properties

    IsInversed

    Enables or disables the inversed axis.

    Declaration
    [HtmlAttributeName("isInversed")]
    public bool IsInversed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    LabelStyle

    Sets and gets the options for customizing the appearance of the label in axis.

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

    The default value is null

    Line

    Sets and gets the options for customizing the appearance of the axis line.

    Declaration
    [HtmlAttributeName("line")]
    public LinearGaugeLine Line { get; set; }
    Property Value
    Type Description
    LinearGaugeLine

    The default value is null

    MajorTicks

    Sets and gets the options for customizing the major tick lines.

    Declaration
    [HtmlAttributeName("majorTicks")]
    public LinearGaugeTick MajorTicks { get; set; }
    Property Value
    Type Description
    LinearGaugeTick

    The default value is null

    Maximum

    Sets and gets the maximum value for the axis.

    Declaration
    [HtmlAttributeName("maximum")]
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 100

    Minimum

    Sets and gets the minimum value for the axis.

    Declaration
    [HtmlAttributeName("minimum")]
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    MinorTicks

    Sets and gets the options for customizing the minor tick lines.

    Declaration
    [HtmlAttributeName("minorTicks")]
    public LinearGaugeTick MinorTicks { get; set; }
    Property Value
    Type Description
    LinearGaugeTick

    The default value is null

    OpposedPosition

    Enables or disables the opposed position of the axis in the linear gauge.

    Declaration
    [HtmlAttributeName("opposedPosition")]
    public bool OpposedPosition { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Pointers

    Sets and gets the options for customizing the pointers of an axis.

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

    The default value is null

    Ranges

    Sets and gets the options for customizing the ranges of an axis.

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

    The default value is null

    ShowLastLabel

    Shows or hides the last label in the axis of the linear gauge.

    Declaration
    [HtmlAttributeName("showLastLabel")]
    public bool ShowLastLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

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