menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SmithchartLegendTitleBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SmithchartLegendTitleBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SmithchartLegendTitleBuilder : ControlBuilder

    Constructors

    SmithchartLegendTitleBuilder()

    Declaration
    public SmithchartLegendTitleBuilder()

    SmithchartLegendTitleBuilder(SmithchartLegendTitle)

    Declaration
    public SmithchartLegendTitleBuilder(SmithchartLegendTitle model)
    Parameters
    Type Name Description
    SmithchartLegendTitle model

    Methods

    Description(String)

    description for legend title.

    Declaration
    public SmithchartLegendTitleBuilder Description(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SmithchartLegendTitleBuilder

    Text(String)

    text for legend title.

    Declaration
    public SmithchartLegendTitleBuilder Text(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SmithchartLegendTitleBuilder

    TextAlignment(SmithchartAlignment)

    alignment for legend title.

    Declaration
    public SmithchartLegendTitleBuilder TextAlignment(SmithchartAlignment value)
    Parameters
    Type Name Description
    SmithchartAlignment value
    Returns
    Type
    SmithchartLegendTitleBuilder

    TextStyle(SmithchartSmithchartFont)

    options for customizing font.

    Declaration
    public SmithchartLegendTitleBuilder TextStyle(SmithchartSmithchartFont value)
    Parameters
    Type Name Description
    SmithchartSmithchartFont value
    Returns
    Type
    SmithchartLegendTitleBuilder

    TextStyle(Action<SmithchartSmithchartFontBuilder>)

    Declaration
    public SmithchartLegendTitleBuilder TextStyle(Action<SmithchartSmithchartFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<SmithchartSmithchartFontBuilder> textStyle
    Returns
    Type
    SmithchartLegendTitleBuilder

    Visible(Boolean)

    visibility for legend title.

    Declaration
    public SmithchartLegendTitleBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    SmithchartLegendTitleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved