PaletteItemsCollection Class |
Palette items collection
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class PaletteItemsCollection : ChartingStateManagedCollection<PaletteItem>
Public Class PaletteItemsCollection
Inherits ChartingStateManagedCollection(Of PaletteItem)
public ref class PaletteItemsCollection : public ChartingStateManagedCollection<PaletteItem^>
type PaletteItemsCollection =
class
inherit ChartingStateManagedCollection<PaletteItem>
end
The PaletteItemsCollection type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | GetItem |
Gets Palette item at specified index
|
Top
See Also