Interface Legend

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

public interface Legend extends Block
A representation of the model object 'Legend'. Legend represents the rectangular area in chart, where its legends are displayed. It holds also a group of attributes and elements to specify how the legend items are laid out and displayed. The legend items usually describe either the series or categories, depeding on the chart type. Legend is a sub-type of Block, and exists as a child block of the chart's block in a chart's model.

Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the convenient method: Chart.getLegend( );

The following features are supported:

See Also: