IChartExternLegend

Description

The IChartExternLegend interface contains properties that are used to determine parameters of external chart legend.

Properties

  Property name Brief description
The AxisIcon property determines whether an icon indicating which axis (primary or secondary) the series is located on is displayed in the legend.
The BackgroundInfo property determines properties of external chart legend fill.
The BorderPen property determines parameters of borders of external legend.
The Chart property returns the object of the IChart type, to which the legend element belongs.
The ChartCount property returns the number of charts used for creating an external chart legend.
The ColCount property determines the number of columns to be used for placing elements of the external legend.
The ColInterval property determines the distance between chart legend columns.
The ColIntervalAuto property determines whether the distance between columns of the external legend is set automatically.
The ElementHorizontalAlignment property determines a type of horizontal alignment of external legend elements.
The ElementVerticalAlignment property determines a type of vertical alignment of external legend.
The Font property determines text font for external chart legend.
The FontColor property determines a font color of external chart legend.
The InternalItems property returns the collection of displayed elements of external legend.
The IsDirty property determines whether external chart legend contains pending changes.
The IsMultiline property determines whether long names of elements in the external legend are arranged in multiple lines.
The ItemPlacement property determines how external legend elements are placed.
The ItemSeparator property enables the user to set text separator for merged elements of external legend.
The RowCount property determines the number of rows of the chart external legend.
The RowInterval property determines the interval between rows of the chart external legend.
The RowIntervalAuto property determines whether the distance between rows of the external legend is set automatically.
The SymbolSize property determines the icon size of elements of the chart legend.
The SymbolSpace property determines the distance between the icon and the text for the elements of the chart legend.
The SymbolSpaceAuto property determines whether the distance between the icon and the text for the external legend elements is set automatically.
The UndoRedo property determines parameters of the undo/redo stack of chart external legend.
The UseSerieDesign property determines whether formatting for series of the internal legend corresponds to formatting of chart series.
The UseSerieIcon property enables the user to display a colored square instead of series icons.

Methods

  Property name Brief description
The AddChart method adds a chart passed by the Value parameter to the list of charts connected to the external legend.
The Clear method removes all charts from the list of charts connected to the external legend.
The RemoveChart method removes the chart passed by the Value parameter from the list of charts connected to external legend.

See also:

Chart Assembly Interfaces