Label represents a Grid label that came from either
a dimension value or a property value.
| C# | Visual Basic | Visual C++ |
public class Label
Public Class Label
public ref class Label
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DimVal |
Returns the dimension value.
| |
| Equals(Object) |
Indicates whether this Label has an equivalence
to another Label.
(Overrides Object.Equals(Object).) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() |
Returns a unique hash code for this Label.
(Overrides Object.GetHashCode()().) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Property |
Returns the property value.
| |
| ToString()() |
Returns either the property value or the
name of the dimension value.
(Overrides Object.ToString()().) |
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.
| Object | |
| Label | |