Gets or sets SeriesView object that determines the presentation of the series data.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public SeriesView View { get; set; } |
Visual Basic (Declaration) |
---|
Public Property View As SeriesView |
Visual C++ |
---|
public: property SeriesView^ View { SeriesView^ get (); void set (SeriesView^ value); } |