Package io.deephaven.plot
Class DynamicChartTitle
java.lang.Object
io.deephaven.plot.ChartTitle
io.deephaven.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
Chart.chartTitle(String, Table, String...)
and
Chart.chartTitle(String, SelectableDataSet, String...)
- See Also:
-
Nested Class Summary
Modifier 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
Methods inherited from class io.deephaven.plot.ChartTitle
getPlotInfo
-
Method Details
-
getTitle
-