ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeAnnotation

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeAnnotation
    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.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeAnnotation : EJTagHelper

    Constructors

    CircularGaugeAnnotation()

    Declaration
    public CircularGaugeAnnotation()

    Properties

    Angle

    Sets and gets the angle for annotation with respect to axis in circular gauge.

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

    The default value is 90

    AutoAngle

    Enables and disables the rotation of the annotation along the axis.

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

    The default value is false

    Content

    Sets and gets the content of the annotation. This property accepts the HTML string or id of the custom element.

    Declaration
    [HtmlAttributeName("content")]
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Description

    Sets and gets the information about annotation for assistive technology.

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

    The default value is null

    Radius

    Sets and gets the radius for annotation with respect to axis in circular gauge.

    Declaration
    [HtmlAttributeName("radius")]
    public string Radius { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "50%"

    TextStyle

    Sets and gets the style of the text in annotation.

    Declaration
    [HtmlAttributeName("textStyle")]
    public CircularGaugeFont TextStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeFont

    The default value is null

    ZIndex

    Sets and gets the z-index of an annotation in an axis in the circular gauge.

    Declaration
    [HtmlAttributeName("zIndex")]
    public string ZIndex { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "-1"

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