ExpertComponents WebChart
Colors Property
Namespaces > ExpertChart > WinChart > Colors
The colors that are used by the chart. If the number of colors is smaller than the number needed, colors will be reused.
Syntax
C#Visual BasicManaged C++
public List<ColorItem> Colors { get; }
Public ReadOnly Property Colors As List(Of ColorItem)
public:
List<ColorItem^>^ Colors {
	List<ColorItem^>^ get ();
}

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)