ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapFontBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapFontBuilder

    Inheritance
    System.Object
    ControlBuilder
    HeatMapFontBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapFontBuilder : ControlBuilder

    Constructors

    HeatMapFontBuilder()

    Declaration
    public HeatMapFontBuilder()

    HeatMapFontBuilder(HeatMapFont)

    Declaration
    public HeatMapFontBuilder(HeatMapFont model)
    Parameters
    Type Name Description
    HeatMapFont model

    Methods

    Color(String)

    Color for the text.

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

    FontFamily(String)

    FontFamily for the text.

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

    FontStyle(String)

    FontStyle for the text.

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

    FontWeight(String)

    FontWeight for the text.

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

    Size(String)

    Font size for the text.

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

    TextAlignment(Alignment)

    text alignment

    Declaration
    public HeatMapFontBuilder TextAlignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    HeatMapFontBuilder

    TextOverflow(TextOverflow)

    Specifies the heat map text overflow

    Declaration
    public HeatMapFontBuilder TextOverflow(TextOverflow value)
    Parameters
    Type Name Description
    TextOverflow value
    Returns
    Type Description
    HeatMapFontBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved