Colors of graphs. if the graph color is not set, color from this array will be used
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public virtual ColorCollection Colors { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property Colors As ColorCollection |
| Visual C++ |
|---|
public: virtual property ColorCollection^ Colors { ColorCollection^ get (); void set (ColorCollection^ value); } |