The ChartMember type exposes the following members.

Constructors

  Name Description
Public method ChartMember
Initializes a new instance of the ChartMember class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartMember to the current object.

Properties

  Name Description
Public property Chart
Gets the Chart object contaning this object.
Public property CustomProperties
Gets the CustomProperties collection with custom properties for the member.
Public property DataElementName
Gets or sets the name to use for the data element for this member. Must be a CLS-compliant identifier.
Public property DataElementOutput
Gets or sets a value indicating whether the member should appear in a data rendering.
Public property Group
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.
Public property Hierarchy
Gets the ChartHierarchy object containing this object.
Public property Label
Gets or sets the label displayed on the legend (for series members and category members with Shape) or category axis (for category members).
Public property Members
Gets the ChartMembers collection containing submembers contained within this member.
Public property Report
Gets the C1RdlReport object containing this object.
Public property SortExpressions
Gets the SortExpressions collection containing the expressions by which to sort the group instances. Not used if Group is null.

See Also