Interface DialChart

  • All Superinterfaces:
    Chart, ChartWithoutAxes, org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    DialChartImpl

    public interface DialChart
    extends ChartWithoutAxes
    A representation of the model object 'Dial Chart'. DialChart represent a special type of ChartWithoutAxes class that contains information specific to dials.

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

    The following features are supported:

    See Also:
    ModelPackage.getDialChart()