ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    ControlBuilder
    SmithchartLegendTitleBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 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 Description
    SmithchartLegendTitleBuilder

    Text(String)

    text for legend title.

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

    TextAlignment(SmithchartAlignment)

    alignment for legend title.

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

    TextStyle(SmithchartSmithchartFont)

    options for customizing font

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

    TextStyle(Action<SmithchartSmithchartFontBuilder>)

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

    Visible(Boolean)

    visibility for legend title.

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