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 TypeClassDescriptionclassRepresentation of angle axis.classRepresentation of radius axis.classRepresentation of radius axis.classRepresentation of X axis.classclassRepresentation 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 TypeMethodDescriptionvoidAdd list of axes.voidAdd axes.voidPlot the chart on a given set of axes.Chart.plotOn(CoordinateSystem coordinateSystem, Axis... axes) Plot the chart on a given coordinate system.voidCoordinateSystem.removeAxis(Axis... axes) Remove axes.voidHelper 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.