Click or drag to resize
CustomPalettesCollection Class
User-defined palettes collection
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionPalette
    Kettic.AspNet.Controls.ChartModelCustomPalettesCollection

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 class CustomPalettesCollection : ChartingStateManagedCollection<Palette>

The CustomPalettesCollection type exposes the following members.

Constructors
  NameDescription
Public methodCustomPalettesCollection
Create new instance of CustomPalettesCollection class.
Top
Methods
  NameDescription
Public methodContains
Indicates whether the specified palette item exists in the collection.
Public methodGetPalette(Int32)
Returns a reference to the Palette object at the specified index.
Public methodGetPalette(String)
Returns a reference to the Palette object by the specified name.
Public methodIndexOf
Returns the index of the specified palette item.
Public methodRemove
Removes palette with specified name from collection
Top
See Also