Retrieves the color for each of the bar in the graph.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected Color GetColor(
	string color
)
Visual Basic
Protected Function GetColor ( 
	color As String
) As Color
Visual C++
protected:
Color GetColor(
	String^ color
)
F#
member GetColor : 
        color : string -> Color 

Parameters

color
Type: System..::..String

Return Value

Type: Color

See Also