ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartSmithchartLegendSettings

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

    Constructors

    SmithchartSmithchartLegendSettings()

    Declaration
    public SmithchartSmithchartLegendSettings()

    Properties

    Alignment

    alignment for legend.

    Declaration
    public SmithchartAlignment Alignment { get; set; }
    Property Value
    Type Description
    SmithchartAlignment

    Border

    options for customizing legend border

    Declaration
    public SmithchartLegendBorder Border { get; set; }
    Property Value
    Type Description
    SmithchartLegendBorder

    ColumnCount

    columnCount for legend.

    Declaration
    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
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Height

    height for legend.

    Declaration
    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
    public double ItemPadding { get; set; }
    Property Value
    Type Description
    System.Double

    ItemStyle

    options for customizing legend item style

    Declaration
    public SmithchartLegendItemStyle ItemStyle { get; set; }
    Property Value
    Type Description
    SmithchartLegendItemStyle

    Location

    options for customizing legend location

    Declaration
    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
    public string Position { get; set; }
    Property Value
    Type Description
    System.String

    RowCount

    rowCount for legend.

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

    Shape

    shape for legend.

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

    ShapePadding

    Padding between the legend shape and text.

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

    TextStyle

    options for customizing font

    Declaration
    public object TextStyle { get; set; }
    Property Value
    Type Description
    System.Object

    Title

    options for customizing legend title

    Declaration
    public SmithchartLegendTitle Title { get; set; }
    Property Value
    Type Description
    SmithchartLegendTitle

    ToggleVisibility

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

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

    Visible

    visibility for legend.

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

    Width

    width for legend.

    Declaration
    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