Label represents a Grid label that came from either a dimension value or a property value.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class Label
Visual Basic
Public Class Label
Visual C++
public ref class Label

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.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Charting..::..Label

See Also