RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

Namespace: Telerik.Web.UI.HtmlChart.PlotArea
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.1.220.0 (2013.01.220.0)

Syntax

C#
public class SeriesItemCollection : StronglyTypedStateManagedCollection<SeriesItem>
Visual Basic
Public Class SeriesItemCollection _
	Inherits StronglyTypedStateManagedCollection(Of SeriesItem)

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..StateManagedCollection
    Telerik.Web..::..StronglyTypedStateManagedCollection<(Of <(<'SeriesItem>)>)>
      Telerik.Web.UI.HtmlChart.PlotArea..::..SeriesItemCollection

See Also