public class PlotHeatMap extends PlotOptions
A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors.
| Modifier and Type | Field and Description |
|---|---|
Integer |
colsize
The column size - how many X axis units each column in the heatmap should span.
|
String |
nullColor
The color applied to null points.
|
Integer |
pointPadding
Padding between the points in the heatmap.
|
Integer |
rowsize
The row size - how many Y axis units each heatmap row should span.
|
allowPointSelect, animation, animationLimit, boostThreshold, className, color, colorByPoint, colorIndex, colors, connectEnds, connectNulls, cropThreshold, cursor, dashStyle, dataLabels, description, enableMouseTracking, exposeElementToA11y, findNearestPointBy, getExtremesFromAll, id, keys, label, linecap, lineWidth, linkedTo, marker, negativeColor, pointInterval, pointIntervalUnit, pointPlacement, pointStart, selected, shadow, showCheckbox, showInLegend, skipKeyboardNavigation, softThreshold, stacking, step, stickyTracking, threshold, tooltip, turboThreshold, type, visible, zoneAxis, zones| Constructor and Description |
|---|
PlotHeatMap() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Integer colsize
@Option public String nullColor
@Option public Integer pointPadding
Copyright © 2018 Fujion Framework. All rights reserved.