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


colors
Array of colors used to generate the SmartPalette.
Generates a SmartPalette object that contains the names of series in this SeriesCollection 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 SeriesCollection
Dim colors() As Color
Dim value As SmartPalette
 
value = instance.GetSmartPalette(colors)
C#  
public SmartPalette GetSmartPalette( 
   Color[] colors
)

Parameters

colors
Array of colors used to generate the SmartPalette.

See Also