Label represents a Grid label that came from either
            a dimension value or a property value.
            
Namespace: Endeca.Navigation.ChartingAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
 Syntax
Syntax
| C# | 
|---|
| public class Label | 
| Visual Basic | 
|---|
| Public Class Label | 
| Visual C++ | 
|---|
| public ref class Label | 
 Remarks
Remarks
            Calling ToString()()()() will
            return the label's text, suitable for presenting as a label on an
            axis of a chart or table. If this is a dimension value,
            calling DimVal will return the dimension 
            value (DimVal,
            which may be useful for navigation.
            





