menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartLegendTitle

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SmithchartLegendTitle
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SmithchartLegendTitle : EJTagHelper

    Constructors

    SmithchartLegendTitle()

    Declaration
    public SmithchartLegendTitle()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Description

    description for legend title.

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

    The default value is ""

    Text

    text for legend title.

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

    The default value is ""

    TextAlignment

    alignment for legend title.

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

    The default value is SmithchartAlignment.Center

    TextStyle

    options for customizing font.

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

    The default value is null

    Visible

    visibility for legend title.

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

    The default value is true

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved