Gets or sets a series data source.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public IEnumerable DataSource { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DataSource As IEnumerable |
| Visual C++ |
|---|
public: property IEnumerable^ DataSource { IEnumerable^ get (); void set (IEnumerable^ value); } |