Interface | Description |
---|---|
ContinuousAxisModel |
Common interface for continuous axes.
|
Class | Description |
---|---|
DateTimeContinuousAxisModel |
Defines a date axis that uses the actual time-line to plot series points.
|
LinearAxisModel | |
LogarithmicAxisModel |
A numerical axis that calculates its values with the Log function.
|
NumericalAxisModel |
Base class for all numeric axis models.
|
NumericalAxisOhlcPlotInfo | |
NumericalAxisPlotInfo |
Plot info for the numeric axes.
|
NumericalAxisPlotInfoBase |
Base class for numeric plot infos.
|
NumericalAxisRangeExtendDirection |
Specifies how a numerical axis auto-range will be extended so that each data point is visualized in the best possible way.
|
NumericalAxisRangePlotInfo |
Axis range plot info for range series.
|
ValueRange<T extends Comparable<T>> |
Contains a minimum and maximum value.
|