dotnetCHARTING Send comments on this topic.
GetSmartPalette(Color[]) Method
See Also 
dotnetCHARTING Namespace > Series Class > GetSmartPalette Method : GetSmartPalette(Color[]) Method


colors
Generates a SmartPalette object that contains the names of the elements in this Series matched with the specified array of Color objects.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetSmartPalette( _
   ByVal colors() As Color _
) As SmartPalette
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim colors() As Color
Dim value As SmartPalette
 
value = instance.GetSmartPalette(colors)
C#  
public SmartPalette GetSmartPalette( 
   Color[] colors
)

Parameters

colors

See Also