Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartMember Class
Properties Methods


In This Topic
    ChartMember Class Members
    In This Topic

    The following tables list the members exposed by ChartMember.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartMember class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Chart object contaning this object.  
    Public PropertyGets the CustomProperties collection with custom properties for the member.  
    Public PropertyGets or sets the name to use for the data element for this member. Must be a CLS-compliant identifier.  
    Public PropertyGets or sets a value indicating whether the member should appear in a data rendering.  
    Public PropertyGets 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 PropertyGets the ChartHierarchy object containing this object.  
    Public PropertyGets or sets the label displayed on the legend (for series members and category members with ChartSeriesType.Shape) or category axis (for category members).  
    Public PropertyGets the ChartMembers collection containing submembers contained within this member.  
    Public PropertyGets the ChartMembers collection owning this object.  
    Public PropertyGets the C1RdlReport object containing this object.  
    Public PropertyGets the SortExpressions collection containing the expressions by which to sort the group instances. Not used if Group is null.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartMember to the current object.  
    Top
    See Also