The ChartExternLegend class implements properties and methods used to define parameters of the chart external legend.
| Property name | Brief description | |
| AxisIcon | The AxisIcon property determines whether an icon indicating which axis (primary or secondary) the series is located on is displayed in the legend. | |
| BackgroundInfo | The BackgroundInfo property determines properties of fill of external chart legend. | |
| BorderPen | The BorderPen property determines parameters of borders of external legend. | |
| Chart | The Chart property returns object of the IChart type to which the legend element belongs. | |
| ChartCount | The ChartCount property returns the number of charts used for creating external chart legend. | |
| Font | The Font property determines text font for external chart legend. | |
| FontColor | The FontColor property determines color of the font for text of external chart legend. | |
| InternalItems | The InternalItems property returns collection of displayed elements of external legend. | |
| IsDirty | The IsDirty property determines whether the external chart legend contains any pending changes. | |
| ItemPlacement | The ItemPlacement property determines how the external legend elements are placed. | |
| ItemSeparator | The ItemSeparator property enables a user to set text separator for merged elements of external legend. | |
| SymbolSize | The SymbolSize property dtermines size of an icon used to display series color in external chart legend. | |
| UndoRedo | The UndoRedo property determines parameters of the undo and redo stack of the chart external legend. | |
| UseSerieIcon | The UseSerieIcon property allows displaying a colored square instead of series icons. |
| Method name | Brief description | |
| AddChart | The AddChart method adds a chart passed by the Value parameter to the list of charts connected to the external legend. | |
| Clear | The Clear method removes all charts from the list of charts connected to external legend. | |
| RemoveChart | The RemoveChart method removes a chart passed by the Value parameter from the list of charts connected to external legend. |
See also: