[]
Gets the members collection of a chart series or category.
IItemCollection<IChartMember> Children { get; }
| Type | Description |
|---|---|
| IItemCollection<IChartMember> | An IItemCollection<T> representing the child members of the current chart member. |