IAxis
implementations
of jchart2d that model the axis of the chart.See: Description
Class | Description |
---|---|
AAxis<T extends IAxisScalePolicy> |
The base class for an axis of the
. |
AAxisTransformation<T extends AxisScalePolicyTransformation> |
Base class for Axis implementations that transform the scale for changed
display.
|
AxisInverse<T extends IAxisScalePolicy> |
An
AAxis with inverse display of values. |
AxisLinear<T extends IAxisScalePolicy> |
An
with linear display of values. |
AxisLog10<T extends AxisScalePolicyTransformation> |
An
AAxis with log base 10 scaled
display of values. |
AxisLogE<T extends AxisScalePolicyTransformation> |
An
AAxis with log scaled display of
values. |
IAxis
implementations
of jchart2d that model the axis of the chart.
Copyright © 2017. All rights reserved.