Creates color collection from the list of HTML colors

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ColorCollection(
	string colors
)
Visual Basic (Declaration)
Public Sub New ( _
	colors As String _
)
Visual C++
public:
ColorCollection(
	String^ colors
)

Parameters

colors
Type: System..::.String
Comma separated list of HTML compatible color strings

See Also