Group Property (ChartMember)
In This Topic
Gets the
Group object defining data grouping. If
Group is null, this is a static member (otherwise, this is a dynamic member). Not allowed if any ancestor group is a detail group.
Syntax
'Declaration
Public ReadOnly Property Group As Group
public Group Group {get;}
See Also