menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendTitleBuilder

    Show / Hide Table of Contents

    Class LegendTitleBuilder

    Inheritance
    System.Object
    LegendTitleBuilder
    Inherited Members
    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.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LegendTitleBuilder

    Constructors

    LegendTitleBuilder(LegendTitle)

    Declaration
    public LegendTitleBuilder(LegendTitle title)
    Parameters
    Type Name Description
    LegendTitle title

    Methods

    Font(Action<ChartFontBuilder>)

    Declaration
    public LegendTitleBuilder Font(Action<ChartFontBuilder> font)
    Parameters
    Type Name Description
    System.Action<ChartFontBuilder> font
    Returns
    Type Description
    LegendTitleBuilder

    Text(String)

    Declaration
    public LegendTitleBuilder Text(string title)
    Parameters
    Type Name Description
    System.String title
    Returns
    Type Description
    LegendTitleBuilder

    TextAlignment(TextAlignment)

    Declaration
    public LegendTitleBuilder TextAlignment(TextAlignment alignment)
    Parameters
    Type Name Description
    TextAlignment alignment
    Returns
    Type Description
    LegendTitleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved