ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartMember Interface
Properties

In This Topic
    IChartMember Interface Members
    In This Topic

    The following tables list the members exposed by IChartMember.

    Public Properties
     NameDescription
     PropertyGets the members collection of a chart series or category.  
     PropertyGets a value indicating whether the current chart member has no child items.  
     PropertyGets a value indicating whether the chart member corresponds to a database field or a regular member corresponding to a value for a field.  
     PropertyGets a value indicating whether this member is a child of a toggle item.  
     PropertyGets the index location of the current member in the grid of data points.  
     PropertyGets the number of innermost group instances that the current chart member spans.  
     PropertyGets the parent member of the current chart member.  
     PropertyGets the order in which the data is sorted. Possible values are Ascending, Descending, or None.  
     PropertyGets the parent toggle item of this member.  
    Top
    See Also