Uses of Class
com.storedobject.chart.Axis
Packages that use Axis
-
Uses of Axis in com.storedobject.chart
Subclasses of Axis in com.storedobject.chartModifier and TypeClassDescriptionclass
Representation of angle axis.class
Representation of radius axis.class
Representation of radius axis.class
Representation of X axis.class
class
Representation of Y axis.Methods in com.storedobject.chart that return AxisModifier and TypeMethodDescriptionCoordinateSystem.getAxis
(int index) Return an axis of this coordinate system.Methods in com.storedobject.chart with parameters of type AxisModifier and TypeMethodDescriptionvoid
Add list of axes.void
Add axes.void
Plot the chart on a given set of axes.Chart.plotOn
(CoordinateSystem coordinateSystem, Axis... axes) Plot the chart on a given coordinate system.void
CoordinateSystem.removeAxis
(Axis... axes) Remove axes.void
Helper method to set sides.Constructors in com.storedobject.chart with parameters of type AxisModifierConstructorDescriptionCoordinateSystemZoom
(CoordinateSystem coordinateSystem, Axis... axes) Constructor.DataZoom
(CoordinateSystem coordinateSystem, Axis... axis) Constructor.