Click or drag to resize
ChartingStateManagedCollectionT Class
Base class for all collections support view state tracking
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionT
    More...

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class ChartingStateManagedCollection<T> : IDeserializableCollection, 
	IList<T>, ICollection<T>, IEnumerable<T>, IChartStateManager, IList, 
	ICollection, IEnumerable
where T : class, new(), IChartItemStateManager

Type Parameters

T
Collection item type

The ChartingStateManagedCollectionT type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds new item in collection
Public methodAddRange
Adds items range in collection
Public methodClear
Clears collection
Public methodContains
Checks does collection contain the given item
Public methodCopyTo
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodGetEnumerator
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
Public methodIndexOf
Item index in collection
Public methodInsert
Inserts item at the given index
Public methodRemove
Removes item from collection
Public methodRemoveAt
Removes item from collection at given index
Top
Properties
  NameDescription
Public propertyCount
Gets items count in collection
Public propertyIsReadOnly
Gets true if collection is read-only
Public propertyItem
Gets the collection item at given index
Top
See Also
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionT
    Kettic.AspNet.Controls.ChartModelChartAxisItemsCollection
    Kettic.AspNet.Controls.ChartModelChartAxisSegmentCollection
    Kettic.AspNet.Controls.ChartModelChartLabelsCollection
    Kettic.AspNet.Controls.ChartModelChartMarkingAreaCollection
    Kettic.AspNet.Controls.ChartModelChartSeriesPointCollection
    Kettic.AspNet.Controls.ChartModelChartSeriesSet
    Kettic.AspNet.Controls.ChartModelColorBlend
    Kettic.AspNet.Controls.ChartModelCustomFiguresCollection
    Kettic.AspNet.Controls.ChartModelCustomPalettesCollection
    Kettic.AspNet.Controls.ChartModelPaletteItemsCollection