This documentation is archived and is not being maintained.
Chart::Series Property
Visual Studio 2010
Gets a SeriesCollection object.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] [ThemeableAttribute(false)] public: property SeriesCollection^ Series { SeriesCollection^ get (); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::SeriesCollectionA SeriesCollection object, which contains Series objects.
This collection property allows you to access the SeriesCollection class, which stores Series objects and also provides methods and properties used to manipulate this collection.
Series objects store DataPoint objects, as well as data attributes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: