C1.C1Rdl.Rdl2008 Namespace : ChartMember Class |
The following tables list the members exposed by ChartMember.
Name | Description | |
---|---|---|
ChartMember Constructor | Initializes a new instance of the ChartMember class. |
Name | Description | |
---|---|---|
Chart | Gets the Chart object contaning this object. | |
CustomProperties | Gets the ChartMember.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 | Gets the ChartMember.Group object defining data grouping. If ChartMember.Group is null, this is a static member (otherwise, this is a dynamic member). Not allowed if any ancestor group is a detail 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 ChartSeriesType.Shape) or category axis (for category members). | |
Members | Gets the ChartMembers collection containing submembers contained within this member. | |
Owner | Gets the ChartMembers collection owning this object. | |
Report | Gets the C1RdlReport object containing this object. | |
SortExpressions | Gets the ChartMember.SortExpressions collection containing the expressions by which to sort the group instances. Not used if ChartMember.Group is null. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another ChartMember to the current object. |