menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CircularTicks

    Class for circular gauge ticks.

    Inheritance
    System.Object
    EJTagHelper
    CircularTicks
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularTicks : EJTagHelper

    Constructors

    CircularTicks()

    Declaration
    public CircularTicks()

    Properties

    Angle

    Gets or sets the Angle.

    Declaration
    [JsonProperty("angle")]
    public int Angle { get; set; }
    Property Value
    Type Description
    System.Int32

    Specifies the angle.

    Color

    Gets or sets the Color.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the color.

    DistanceFromScale

    Gets or sets the DistanceFromScale.

    Declaration
    [JsonProperty("distanceFromScale")]
    public double DistanceFromScale { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the distance from the scale.

    Height

    Gets or sets the Height.

    Declaration
    [JsonProperty("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the height.

    Placement

    Gets or sets the Placement.

    Declaration
    [JsonProperty("placement")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TickPlacement Placement { get; set; }
    Property Value
    Type Description
    TickPlacement

    Specifies the value for placement.

    Type

    Gets or sets the Type.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public CircularTickTypes Type { get; set; }
    Property Value
    Type Description
    CircularTickTypes

    The type.

    Width

    Gets or sets the Width.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the width.

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