Gets ColorSectionCollection. This collection represents the colors that will be used for the Level element painting.

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

Syntax

C#
public ColorSectionCollection Colors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Colors As ColorSectionCollection
Visual C++
public:
property ColorSectionCollection^ Colors {
	ColorSectionCollection^ get ();
}

See Also