Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHeatMap - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IHeatMap

    Interface for the class IHeatMap.

    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IHeatMap

    Properties

    AllowSelection

    Declaration
    bool AllowSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    CellSettings

    Used to maintain the cells and their customization

    Declaration
    HeatMapCellSettings CellSettings { get; set; }
    Property Value
    Type Description
    HeatMapCellSettings

    DataSource

    Declaration
    object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    DataSourceSettings

    Used to maintain the dataSource of HeatMap component

    Declaration
    HeatMapDataSourceSettings DataSourceSettings { get; set; }
    Property Value
    Type Description
    HeatMapDataSourceSettings

    EnablePersistence

    Declaration
    bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Declaration
    bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

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

    LegendSettings

    Used to maintain the customization of legend settings

    Declaration
    HeatMapLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    HeatMapLegendSettings

    Locale

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

    Margin

    Configures the HeatMap’s margin

    Declaration
    HeatMapMargin Margin { get; set; }
    Property Value
    Type Description
    HeatMapMargin

    PaletteSettings

    Holds the palette’s customization settings

    Declaration
    HeatMapPaletteSettings PaletteSettings { get; set; }
    Property Value
    Type Description
    HeatMapPaletteSettings

    RenderingMode

    Declaration
    DrawType RenderingMode { get; set; }
    Property Value
    Type Description
    DrawType

    ShowTooltip

    Declaration
    bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    Theme

    Declaration
    HeatMapTheme Theme { get; set; }
    Property Value
    Type Description
    HeatMapTheme

    TitleSettings

    Used to maintain Title customization.

    Declaration
    HeatMapTitle TitleSettings { get; set; }
    Property Value
    Type Description
    HeatMapTitle

    TooltipSettings

    Used to maintain Tooltip’s settings.

    Declaration
    HeatMapTooltipSettings TooltipSettings { get; set; }
    Property Value
    Type Description
    HeatMapTooltipSettings

    Width

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

    XAxis

    Defines the values which can be stored in the horizontal direction.

    Declaration
    HeatMapXAxis XAxis { get; set; }
    Property Value
    Type Description
    HeatMapXAxis

    YAxis

    Defines the values which can be stored in the vertical direction.

    Declaration
    HeatMapYAxis YAxis { get; set; }
    Property Value
    Type Description
    HeatMapYAxis

    Methods

    updateChildProperties(String, Object)

    Declaration
    void updateChildProperties(string key, object value)
    Parameters
    Type Name Description
    System.String key
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved