ActiveReports Developer 7
IChartMember Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : IChartMember Interface

Glossary Item Box

The following tables list the members exposed by IChartMember.

Public Properties

 NameDescription
 PropertyChildrenGets the members collection of a chart series or category.  
 PropertyIsInnerMostMemberIndicates that the current chart member has no child items.  
 PropertyIsStaticIndicates whether the chart member corresponds to a database field or a regular member corresponding to a value for a field.  
 PropertyIsToggleChildIndicates that this member is a child of a toggle item.  
 PropertyMemberDataPointIndexGets the index location of the current member in the grid of data points.  
 PropertyMemberHeadingSpanGets the number of innermost group instances that the current chart member spans.  
 PropertyParentGets the parent member of the current chart member.  
 PropertySortOrderIndicates the order in which the data is sorted. Possible values are Ascending, Descending, or None.  
 PropertyToggleParentIndicates that this member is a parent of a toggle item.  
Top

Public Methods

 NameDescription
 MethodDataElementOutputForStaticReturns whether a static heading should be included in data renderings.  
Top

See Also