ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class CircularGaugeLegendSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    CircularGaugeLegendSettings
    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.IsCollection
    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 CircularGaugeLegendSettings : EJTagHelper

    Constructors

    CircularGaugeLegendSettings()

    Declaration
    public CircularGaugeLegendSettings()

    Properties

    Alignment

    Sets and gets the alignment of the legend in the circular gauge.

    Declaration
    [HtmlAttributeName("alignment")]
    public Alignment Alignment { get; set; }
    Property Value
    Type Description
    Alignment

    Background

    Sets and gets the background color of the legend in circular gauge.

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

    Border

    Sets and gets the options to customize the border settings of the legend.

    Declaration
    [HtmlAttributeName("border")]
    public CircularGaugeBorder Border { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Height

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

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

    IsComplex

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

    Location

    Sets and gets the location of the legend, relative to the circular gauge. If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the position to be Custom.

    Declaration
    [HtmlAttributeName("location")]
    public object Location { get; set; }
    Property Value
    Type Description
    System.Object

    Margin

    Sets and gets the options to customize the legend margin.

    Declaration
    [HtmlAttributeName("margin")]
    public CircularGaugeMargin Margin { get; set; }
    Property Value
    Type Description
    CircularGaugeMargin

    Opacity

    Sets and gets the opacity of the legend.

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

    Padding

    Sets and gets the options to customize the padding between legend items.

    Declaration
    [HtmlAttributeName("padding")]
    public double Padding { 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 of the legend in the circular gauge.

    Declaration
    [HtmlAttributeName("position")]
    public LegendPosition Position { get; set; }
    Property Value
    Type Description
    LegendPosition

    Shape

    Sets and gets the shape of the legend in circular gauge.

    Declaration
    [HtmlAttributeName("shape")]
    public GaugeShape Shape { get; set; }
    Property Value
    Type Description
    GaugeShape

    ShapeBorder

    Sets and gets the options to customize the border for the shape of the legend in the circular gauge.

    Declaration
    [HtmlAttributeName("shapeBorder")]
    public CircularGaugeBorder ShapeBorder { get; set; }
    Property Value
    Type Description
    CircularGaugeBorder

    ShapeHeight

    Sets and gets the height of the legend shape in circular gauge.

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

    ShapePadding

    Sets and gets the padding for the legend shape in circular gauge.

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

    ShapeWidth

    Sets and gets the width of the legend shape in circular gauge.

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

    TextStyle

    Sets and gets the options to customize the text of the legend.

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

    ToggleVisibility

    Enables and disables the ranges visibility collapses based on the legend visibility.

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

    Visible

    Enable and disables the visibility of the legend in circular gauge.

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

    Width

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

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved