Interface IHeatMap
Interface for the class IHeatMap.
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
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
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
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
PaletteSettings
Holds the palette’s customization settings
Declaration
HeatMapPaletteSettings PaletteSettings { get; set; }
Property Value
RenderingMode
Declaration
DrawType RenderingMode { get; set; }
Property Value
Declaration
bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Theme
Declaration
HeatMapTheme Theme { get; set; }
Property Value
TitleSettings
Used to maintain Title customization.
Declaration
HeatMapTitle TitleSettings { get; set; }
Property Value
Used to maintain Tooltip’s settings.
Declaration
HeatMapTooltipSettings TooltipSettings { get; set; }
Property Value
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
YAxis
Defines the values which can be stored in the vertical direction.
Declaration
HeatMapYAxis YAxis { get; set; }
Property Value
Methods
updateChildProperties(String, Object)
Declaration
void updateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|