ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartSmithchartLegendSettings

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

    Constructors

    SmithchartSmithchartLegendSettings()

    Declaration
    public SmithchartSmithchartLegendSettings()

    Properties

    Alignment

    alignment for legend.

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

    Border

    options for customizing legend border

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

    ColumnCount

    columnCount for legend.

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

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Description

    description for legend

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

    Height

    height for legend.

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

    IsComplex

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

    ItemPadding

    spacing between legend item.

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

    ItemStyle

    options for customizing legend item style

    Declaration
    [HtmlAttributeName("itemStyle")]
    public SmithchartLegendItemStyle ItemStyle { get; set; }
    Property Value
    Type Description
    SmithchartLegendItemStyle

    Location

    options for customizing legend location

    Declaration
    [HtmlAttributeName("location")]
    public SmithchartLegendLocation Location { get; set; }
    Property Value
    Type Description
    SmithchartLegendLocation

    ParentPropertyName

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

    Position

    position for legend.

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

    RowCount

    rowCount for legend.

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

    Shape

    shape for legend.

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

    ShapePadding

    Padding between the legend shape and text.

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

    TextStyle

    options for customizing font

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

    Title

    options for customizing legend title

    Declaration
    [HtmlAttributeName("title")]
    public SmithchartLegendTitle Title { get; set; }
    Property Value
    Type Description
    SmithchartLegendTitle

    ToggleVisibility

    If set to true, series' visibility collapses based on the legend visibility.

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

    Visible

    visibility for legend.

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

    Width

    width for legend.

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