Package io.deephaven.plot.errors
Class PlotInfo
java.lang.Object
io.deephaven.plot.errors.PlotInfo
- All Implemented Interfaces:
io.deephaven.base.log.LogOutputAppendable,Serializable
public class PlotInfo
extends Object
implements Serializable, io.deephaven.base.log.LogOutputAppendable
Information about a plot. Has 3 pieces of information (all optional) Figure title, if it has one Chart title, if it
has one Series name
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlotInfo(AxesImpl axes, Comparable seriesName) PlotInfo(BaseFigureImpl figure, ChartImpl chart, SeriesInternal series) PlotInfo(BaseFigureImpl figure, ChartImpl chart, Comparable seriesName) PlotInfo(BaseFigureImpl figure, ChartImpl chart, String seriesName) -
Method Summary