Gets an array containing the captions of the levels in this CategoricalScale.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetCaptions As String() |
| C# |
|---|
public string[] GetCaptions () |
| C++ |
|---|
public: array<String^>^ GetCaptions () |
Return Value
A String array containing the captions.
Remarks
This method creates a new copy every time it is called.
If a String array of captions was supplied to the constructor, a copy of this array is returned.
If not captions were supplied to the constructor, the captions are obtained by calling the ToString() method on each level.