DataPA Enterprise Dashboard Controls API Reference
Gets and sets the colour that will be used to render this series.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Color Colour { get; set; }
Visual Basic
Public Property Colour As Color
	Get
	Set
Visual C++
public:
virtual property Color Colour {
	Color get () sealed;
	void set (Color value) sealed;
}

Property Value

Type: Color
The colour that will be used to render this series.

Return Value

Type: Color
The colour that will be used to render this series.

Remarks