The IChartExternLegendItems interface contains properties and methods of collection of elements of chart external legend.
| Property name | Brief description | |
| Count | The Count property returns the number of elements of external chart legend in a collection. | |
| Item | The Item property returns an external legend element, index of which is passed as the Index input parameter. |
| Method name | Brief description | |
| ResetOrder | The ResetOrder property enables a user to specify default order of legend elements. | |
| Split | The Split method allows to split the element of external chart legend, index of which is passed as the Index input parameter. | |
| SplitAll | The SplitAll method allows splitting all merged elements of external chart legend. | |
| Swap | The Swap method allows to swap specified elements of external legend. | |
| Unify | The Unify method allows to merge elements of external legend indexes of which are passed as the Indexes input parameter. |
See also: