Interface BarSeries

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

    public interface BarSeries
    extends Series
    A representation of the model object 'Bar Series'. This is a Series type that, during design time, holds the query data for Bar charts, and during run time, holds the value for each riser in the series. When rendered, a riser extends from the x-axis to the value of each data point.

    The following features are supported:

    See Also:
    TypePackage.getBarSeries()