menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeTick

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

    Constructors

    CircularGaugeTick()

    Declaration
    public CircularGaugeTick()

    Properties

    Color

    Sets and gets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    DashArray

    Sets and gets the dash-array for the ticks in circular gauge.

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

    The default value is "0"

    Height

    Sets and gets the height of the ticks in circular gauge.

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

    The default value is Double.NaN

    Interval

    Sets and gets the interval between the tick lines in circular gauge.

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

    The default value is Double.NaN

    Offset

    Sets and gets the distance of the ticks from axis in circular gauge.

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

    The default value is 0

    Position

    Sets and gets the position of the ticks in circular gauge.

    Declaration
    public Position Position { get; set; }
    Property Value
    Type Description
    Position

    The default value is Syncfusion.EJ2.CircularGauge.Position.Inside

    UseRangeColor

    Enables and disables the tick lines to take the color from the range element that overlaps with the ticks.

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

    The default value is false

    Width

    Sets and gets the width of the ticks in circular gauge.

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

    The default value is 2

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