Interface ChartWithoutAxes

All Superinterfaces:
Chart, org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DialChart
All Known Implementing Classes:
ChartWithoutAxesImpl, DialChartImpl

public interface ChartWithoutAxes extends Chart
A representation of the model object 'Chart Without Axes'. ChartWithoutAxes represents a chart without any axis. (e.g. Pie Chart, Dial Chart, etc).

To create an instance use the factory method:
ChartWithoutAxesImpl.create( );

The following features are supported:

See Also: