ChartMember Members
Include Protected Members
Include Inherited Members
Represents a category or series member for a chart.
The ChartMember type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_chartSeries | Infrastructure. |
![]() |
m_children | Infrastructure. |
![]() |
m_customPropertyCollection | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_definitionPath | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_group | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_instance | Infrastructure. |
![]() |
m_label | Infrastructure. |
![]() |
m_owner | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_parent | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_parentCollectionIndex | Infrastructure. (Inherited from DataRegionMember.) |
![]() |
m_parentDefinitionPath | Infrastructure. (Inherited from DataRegionMember.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CategorySpan | Number of categories spanned by this member, were the hierarchy to be treated as a grid. |
![]() |
Children | Gets the children of this ChartMember. |
![]() |
CustomProperties | Gets the custom properties for this data region member. (Inherited from DataRegionMember.) |
![]() |
DataElementName | The name to use for the data element for this member. |
![]() |
DataElementOutput | Indicates whether the member should appear in a data rendering. |
![]() |
DefinitionPath | Gets the path to this report definition object in the report definition. (Inherited from DataRegionMember.) |
![]() |
Group | (Inherited from DataRegionMember.) |
![]() |
ID | Gets the unique identifier for this report definition object. (Inherited from DataRegionMember.) |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
IsCategory | Indicates this is a member of the category (as opposed to series) hierarchy. |
![]() |
IsStatic | Gets a boolean value that indicates whether the member is a static member. (Inherited from DataRegionMember.) |
![]() |
IsTotal | Gets a Boolean value that indicates whether the chart member is an auto-subtotal created by publishing. For charts, this is always false. |
![]() |
Label | The label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members). |
![]() |
MemberCellIndex | (Inherited from DataRegionMember.) |
![]() |
Parent | The parent member for this member |
![]() |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMember.) |
![]() |
SeriesSpan | Number of series spanned by this member, were the hierarchy to be treated as a grid. |
Top