Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    System.String

    AxisTitle

    Defines the AxisTitle.

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

    Background

    Defines the Background.

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

    CellBorder

    Defines the CellBorder.

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

    CellTextColor

    Defines the CellTextColor.

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

    EmptyCellColor

    Defines the EmptyCellColor.

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

    HeatMapTitle

    Defines the HeatMapTitle.

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

    LegendLabel

    Defines the LegendLabel.

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

    ToggledColor

    Defines the ToggledColor.

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