Class HeatMapChart04
java.lang.Object
org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- All Implemented Interfaces:
ExampleChart<HeatMapChart>
public class HeatMapChart04 extends Object implements ExampleChart<HeatMapChart>
HeatMap X-Axis Data Date Type
Demonstrates the following:
- Set rangeColors 8 color
- DatePattern
- ShowValue
- LegendPosition.OutsideS
- LegendLayout.Horizontal
- ToolTipsEnabled
-
Constructor Summary
Constructors Constructor Description HeatMapChart04()
-
Method Summary
Modifier and Type Method Description HeatMapChart
getChart()
String
getExampleChartName()
static void
main(String[] args)
-
Constructor Details
-
HeatMapChart04
public HeatMapChart04()
-
-
Method Details
-
main
-
getChart
- Specified by:
getChart
in interfaceExampleChart<HeatMapChart>
-
getExampleChartName
- Specified by:
getExampleChartName
in interfaceExampleChart<HeatMapChart>
-