ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeLabel

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeLabel
    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.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.CircularGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularGaugeLabel : EJTagHelper

    Constructors

    CircularGaugeLabel()

    Declaration
    public CircularGaugeLabel()

    Properties

    AutoAngle

    Enables and disables the labels get rotated along the axis in the circular gauge component.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Font

    Sets and gets the options to customize the style of the text in axis labels in circular gauge component.

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

    Format

    Sets and gets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc. Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.

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

    HiddenLabel

    Sets and gets the label of an axis, which gets hidden when an axis makes a complete circle.

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

    IsComplex

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

    Offset

    Sets and gets the value to place the labels from the axis in circular gauge.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Position

    Sets and gets the position type to place the labels in the axis in the circular gauge component.

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

    ShouldMaintainPadding

    Enables and disables the default padding value of axis labels in circular gauge component.

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

    UseRangeColor

    Enables and disables the axis labels to use the range color of the axis.

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