menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapFontBuilder - API Reference

    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)

    Specifies the color for the text.

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

    FontFamily(String)

    Specifies the font family for the text.

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

    FontStyle(String)

    Specifies the font style for the text.

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

    FontWeight(String)

    Specifies the font weight for the text.

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

    Size(String)

    Specifies the font size for the text.

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

    TextAlignment(Alignment)

    Specifies the text alignment.

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

    TextOverflow(TextOverflow)

    Specifies the overflow style for the text in heatmap.

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