Package com.illumon.iris.db.plot
Class DynamicChartTitle
java.lang.Object
com.illumon.iris.db.plot.ChartTitle
com.illumon.iris.db.plot.DynamicChartTitle
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DynamicChartTitle.DynamicChartTitleTable
Dynamic chart title created from table columns
For each column, by default the title String takes 1 values. This is configurable either via property "Plot.chartTitle.maxRowsInTitle" or
Chart.maxRowsInTitle(int)
Also, the default format for the title is:
${comma separated values} ${comma separated values},...
In order to customize this format, (a MessageFormat
instance), please refer to
Chart.chartTitle(String, Table, String...)
and
Chart.chartTitle(String, SelectableDataSet, String...)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A dynamic chart title from oneClick datasetsstatic class
A dynamic chart title fromTable
static class
An abstract class for dynamic chart title from table and oneClick dataset -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChartTitleChangeListener
(ChartTitleChangeListener chartTitleChangeListener) getTitle()
void
onClose()
Methods inherited from class com.illumon.iris.db.plot.ChartTitle
getPlotInfo, updateChartTitle
-
Method Details
-
addChartTitleChangeListener
-
getTitle
-
onClose
public void onClose()- Overrides:
onClose
in classChartTitle
-