Name | Type | Default | ||||||
---|---|---|---|---|---|---|---|---|
legendSettings | Object | null | ||||||
Sets the HeatMap legend's settings. Code example
Set the
Legend Properties:
|
||||||||
paletteSettings | Object | null | ||||||
Sets the HeatMap palette's settings. Code example
Set the
Palette Properties:
|
||||||||
source | Array | [] | ||||||
Sets or gets the items source. Code example
Set the
Get the
|
||||||||
title | String | 'Title' | ||||||
Sets or gets the jqxLoader's title. Code examples
Set the
Get the
|
||||||||
tooltipRender | function | null | ||||||
Callback function which allows you to customize the tooltip's content. Code examples
Set the
|
||||||||
width | Number/String | 'auto' | ||||||
Sets or gets the jqxHeatMap's width. Code example
Set the
Get the
|
||||||||
xAxis | Object | null | ||||||
Sets the HeatMap x axis settings. Code example
Set the
X axis Properties:
|
||||||||
yAxis | Object | null | ||||||
Sets the HeatMap y axis settings. Code example
Set the
Y axis Properties:
|
||||||||
Events |
||||||||
Methods |
||||||||
destroy | Method | |||||||
Removes the HeatMap from the document and releases its resources.
None Code example
Invoke the
|
||||||||
reverseXAxisPosition | Method | |||||||
Sets the x axis position in inversed manner or not.
None Code example
Invoke the
Try it: opens the
jqxHeatMap.
|
||||||||
reverseYAxisPosition | Method | |||||||
Sets the y axis position in inversed manner or not.
None Code example
Invoke the
|
||||||||
setLegendPosition | Method | |||||||
Sets the legend position.
None Code example
Invoke the
|
||||||||
setPaletteType | Method | |||||||
Sets the palette type.
None Code example
Invoke the
|
||||||||
setOpposedXAxisPosition | Method | |||||||
Sets the x axis at the opposite side of its default position.
None Code example
Invoke the
|
||||||||
setOpposedYAxisPosition | Method | |||||||
Sets the y axis at the opposite side of its default position.
None Code example
Invoke the
|