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
Nested ClassesModifier and TypeClassDescriptionstatic classA dynamic chart title from oneClick datasetsstatic classA dynamic chart title fromTablestatic classAn 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
-