.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class > PaletteAdd Method : PaletteAdd(Palette) Method
PaletteAdd(Palette) Method
Adds the colors of a predefined palette to the existing palette colors stored in Palette.
Syntax
'Declaration
 
Public Overloads Sub PaletteAdd( _
   ByVal palette As Palette _
) 
'Usage
 
Dim instance As Chart
Dim palette As Palette
 
instance.PaletteAdd(palette)
public void PaletteAdd( 
   Palette palette
)

Parameters

palette
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