ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeAnnotation - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugeAnnotation

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeAnnotation
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 component.

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

    AutoAngle

    Enables and disables the annotation rotation along the axis.

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

    Content

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

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

    Description

    Sets and gets the information about annotation for assistive technology.

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

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Radius

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

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

    TextStyle

    Sets and gets the style of the text in annotation.

    Declaration
    public CircularGaugeFont TextStyle { get; set; }
    Property Value
    Type Description
    CircularGaugeFont

    ZIndex

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

    Declaration
    public string ZIndex { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved