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



Gets a Color array containing all the values (series / element colors) in the SmartPalette.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllValues As Array
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim value As Array
 
value = instance.AllValues
C# 
public Array AllValues {get;}
C++/CLI 
public:
property Array^ AllValues {
   Array^ get();
}

See Also