The ChartMember type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartMember |
Initializes a new instance of the ChartMember class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartMember to the current object.
|
Properties
Name | Description | |
---|---|---|
Chart |
Gets the Chart object contaning this object.
|
|
CustomProperties |
Gets the CustomProperties collection
with custom properties for the member.
|
|
DataElementName |
Gets or sets the name to use for the data element for this member.
Must be a CLS-compliant identifier.
|
|
DataElementOutput |
Gets or sets a value indicating whether the member should appear in a data rendering.
|
|
Group | ||
Hierarchy |
Gets the ChartHierarchy object containing this object.
|
|
Label |
Gets or sets the label displayed on the legend (for series members and category members
with Shape) or category axis (for category members).
|
|
Members |
Gets the ChartMembers collection containing
submembers contained within this member.
|
|
Report |
Gets the C1RdlReport object containing this object.
|
|
SortExpressions |
Gets the SortExpressions collection containing
the expressions by which to sort the group instances.
Not used if Group is null.
|