menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemeStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThemeStyle

    Specifies the Theme style for the heatmap component.

    Inheritance
    System.Object
    ThemeStyle
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ThemeStyle : Object

    Constructors

    ThemeStyle()

    Declaration
    public ThemeStyle()

    Properties

    AxisLabel

    Defines the AxisLabel.

    Declaration
    public string AxisLabel { get; set; }
    Property Value
    Type
    System.String

    AxisTitle

    Defines the AxisTitle.

    Declaration
    public string AxisTitle { get; set; }
    Property Value
    Type
    System.String

    AxisTitleFontWeight

    Defines the font weight of the text in HeatMap AxisTitle for theming.

    Declaration
    public string AxisTitleFontWeight { get; set; }
    Property Value
    Type
    System.String

    Background

    Defines the Background.

    Declaration
    public string Background { get; set; }
    Property Value
    Type
    System.String

    CellBorder

    Defines the CellBorder.

    Declaration
    public string CellBorder { get; set; }
    Property Value
    Type
    System.String

    CellTextColor

    Defines the CellTextColor.

    Declaration
    public string CellTextColor { get; set; }
    Property Value
    Type
    System.String

    EmptyCellColor

    Defines the EmptyCellColor.

    Declaration
    public string EmptyCellColor { get; set; }
    Property Value
    Type
    System.String

    FontFamily

    Defines the font family of the text in HeatMap for theming.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Defines the font size of the text in HeatMap for theming.

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type
    System.String

    FontWeight

    Defines the font weight of the text in HeatMap for theming.

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type
    System.String

    HeatMapTitle

    Defines the HeatMapTitle.

    Declaration
    public string HeatMapTitle { get; set; }
    Property Value
    Type
    System.String

    LegendLabel

    Defines the LegendLabel.

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type
    System.String

    ToggledColor

    Defines the ToggledColor.

    Declaration
    public string ToggledColor { get; set; }
    Property Value
    Type
    System.String

    TooltipBorderColor

    Defines the border color of the HeatMap Tooltip for theming.

    Declaration
    public string TooltipBorderColor { get; set; }
    Property Value
    Type
    System.String

    TooltipBorderWidth

    Defines the border width of the HeatMap Tooltip for theming.

    Declaration
    public int TooltipBorderWidth { get; set; }
    Property Value
    Type
    System.Int32

    TooltipFillColor

    Defines the color of the HeatMap Tooltip for theming.

    Declaration
    public string TooltipFillColor { get; set; }
    Property Value
    Type
    System.String

    TooltipFontSize

    Defines the font size of the text in HeatMap Tooltip for theming.

    Declaration
    public string TooltipFontSize { get; set; }
    Property Value
    Type
    System.String

    TooltipTextColor

    Defines the font color of the text in HeatMap Tooltip for theming.

    Declaration
    public string TooltipTextColor { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved