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