Interface Axis

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AxisImpl

public interface Axis extends IChartObject
A representation of the model object 'Axis'. This type defines the basic elements that are expected in any axis. An axis refers to a line along the X, Y, or Z co-ordinate system used in the plot. It provides a point of reference for the various values plotted in each direction. This class can further be extended for special axis types.

The following features are supported:

See Also: