alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SankeyTooltipTextStyleBuilder

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

    Constructors

    SankeyTooltipTextStyleBuilder()

    Declaration
    public SankeyTooltipTextStyleBuilder()

    SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle)

    Declaration
    public SankeyTooltipTextStyleBuilder(SankeyTooltipTextStyle model)
    Parameters
    Type Name Description
    SankeyTooltipTextStyle model

    Methods

    Color(String)

    Specifies the color of the text.

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

    FontFamily(String)

    Specifies the font family for the text.

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

    FontSize(String)

    Specifies the font size for the text.

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

    FontStyle(String)

    Specifies the font style for the text.

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

    FontWeight(String)

    Specifies the weight of the text.

    Declaration
    public SankeyTooltipTextStyleBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    SankeyTooltipTextStyleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved