[]
Represents the interface for chart members.
public interface IChartMember : IGroup, IDocumentMapItem
| Name | Description |
|---|---|
| Children | Gets the members collection of a chart series or category. |
| IsInnerMostMember | Gets a value indicating whether the current chart member has no child items. |
| IsStatic | Gets a value indicating whether the chart member corresponds to a database field or a regular member corresponding to a value for a field. |
| IsToggleChild | Gets a value indicating whether this member is a child of a toggle item. |
| MemberDataPointIndex | Gets the index location of the current member in the grid of data points. |
| MemberHeadingSpan | Gets the number of innermost group instances that the current chart member spans. |
| Parent | Gets the parent member of the current chart member. |
| SortOrder | Gets the order in which the data is sorted. Possible values are Ascending, Descending, or None. |
| ToggleParent | Gets the parent toggle item of this member. |