Uses of Class
com.storedobject.chart.CoordinateSystem
Packages that use CoordinateSystem
-
Uses of CoordinateSystem in com.storedobject.chart
Subclasses of CoordinateSystem in com.storedobject.chartModifier and TypeClassDescriptionclass
Representation of polar coordinate system with an angle axis and a radius axis.class
Radar coordinate is used byRadarChart
.class
Representation of rectangular (cartesian) coordinate system with X and Y axes.Methods in com.storedobject.chart that return CoordinateSystemModifier and TypeMethodDescriptionChart.getCoordinateSystem()
Get the coordinate system of this chart.Methods in com.storedobject.chart with parameters of type CoordinateSystemModifier and TypeMethodDescriptionChart.plotOn
(CoordinateSystem coordinateSystem, Axis... axes) Plot the chart on a given coordinate system.Constructors in com.storedobject.chart with parameters of type CoordinateSystemModifierConstructorDescriptionCoordinateSystemZoom
(CoordinateSystem coordinateSystem, Axis... axes) Constructor.DataZoom
(CoordinateSystem coordinateSystem, Axis... axis) Constructor.