Returns the Color specified in the palette.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected Color GetPaletteColor(
	int index
)
Visual Basic (Declaration)
Protected Function GetPaletteColor ( _
	index As Integer _
) As Color
Visual C++
protected:
Color GetPaletteColor(
	int index
)

Parameters

index
Type: System..::.Int32

See Also