alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SankeySankeyTitleStyleBuilder

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

    Constructors

    SankeySankeyTitleStyleBuilder()

    Declaration
    public SankeySankeyTitleStyleBuilder()

    SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle)

    Declaration
    public SankeySankeyTitleStyleBuilder(SankeySankeyTitleStyle model)
    Parameters
    Type Name Description
    SankeySankeyTitleStyle model

    Methods

    Color(String)

    Specifies the color of the title text.

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

    FontFamily(String)

    Specifies the font family for the title text.

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

    FontStyle(String)

    Specifies the font style for the title text.

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

    FontWeight(String)

    Specifies the weight of the title text.

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

    Opacity(Double)

    Specifies the opacity of the title text.

    Declaration
    public SankeySankeyTitleStyleBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    SankeySankeyTitleStyleBuilder

    Size(String)

    Specifies the font size for the title text.

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

    TextAlignment(Alignment)

    The textAlignment property determines how the text is aligned within the specified area.

    Declaration
    public SankeySankeyTitleStyleBuilder TextAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type
    SankeySankeyTitleStyleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved