.netCHARTING v10.5 Documentation


Array of colors used to generate the SmartPalette.
GetSmartPalette(Color[]) Method
Generates a SmartPalette object that contains the names of series in this SeriesCollection matched with the specified array of color objects.
Syntax
'Declaration
 
Public Overloads Function GetSmartPalette( _
   ByVal colors() As Color _
) As SmartPalette
'Usage
 
Dim instance As SeriesCollection
Dim colors() As Color
Dim value As SmartPalette
 
value = instance.GetSmartPalette(colors)
public SmartPalette GetSmartPalette( 
   Color[] colors
)

Parameters

colors
Array of colors used to generate the SmartPalette.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also