Gets SeriesValueCollection the collection of the series value.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public SeriesValueCollection Collection { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property Collection As SeriesValueCollection  | 
| Visual C++ | 
|---|
public: property SeriesValueCollection^ Collection { SeriesValueCollection^ get (); }  |