ActiveReports Developer 7
DataElementOutputForStatic Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChartMember Interface : DataElementOutputForStatic Method

staticHeading
A chart member represtenting the heading.

Glossary Item Box

Returns whether a static heading should be included in data renderings.

Syntax

Visual Basic (Declaration) 
Function DataElementOutputForStatic( _
   ByVal staticHeading As IChartMember _
) As DataElementOutput
C# 
DataElementOutput DataElementOutputForStatic( 
   IChartMember staticHeading
)

Parameters

staticHeading
A chart member represtenting the heading.

Return Value

The data element output for this data rendering.

See Also