Package com.storedobject.chart
Class HeatmapChart
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.Chart
com.storedobject.chart.XYDataChart
com.storedobject.chart.HeatmapChart
- All Implemented Interfaces:
Component,ComponentPart,ComponentProperty,HasAnimation,HasData,HasEmphasis
Heatmap chart. A heatmap chart is plotted on a
RectangularCoordinate system.
A VisualMap is automatically created unless you set it explicitly to null via
XYDataChart.setVisualMap(VisualMap).
- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Chart
Chart.Emphasis, Chart.Label, Chart.LabelPosition -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.XYDataChart
addData, addData, addData, addData, addParts, dataToEmbed, dataValueIndex, getVisualMap, setVisualMap, validateMethods inherited from class com.storedobject.chart.Chart
dataValue, declareData, encodeJSON, getAnimation, getCoordinateSystem, getData, getEmphasis, getItemStyle, getLabel, getLabelName, getMarkArea, getMax, getMin, getName, getTooltip, getType, mainData, plotOn, plotOn, setAnimation, setColors, setCustomRenderer, setData, setEmphasis, setItemStyle, setLabel, setMarkArea, setName, setTooltip, setType, typeValueMethods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getSerial, getZ, hashCode, hasId, setSerial, setZMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.chart.ComponentPart
className, getId, getRenderingIndex, getSerial, setRenderingIndex, setSerial
-
Constructor Details
-
HeatmapChart
Constructor.- Parameters:
xData- Labels on the X-axis.yData- Labels on the Y-axis.
-