dotnetCHARTING Send comments on this topic.
AllKeys Property
See Also 
dotnetCHARTING Namespace > SmartPalette Class : AllKeys Property



Gets a String array containing all the keys (series or element names) in the SmartPalette.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllKeys As String()
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim value() As String
 
value = instance.AllKeys
C# 
public string[] AllKeys {get;}
C++/CLI 
public:
property array<String^> AllKeys {
   array<String^> get();
}

See Also