Click or drag to resize
Palette Class
Series color palette. Used for an automatic series items colors assignment
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelPalette

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Palette : StateManagerBase, ICloneable

The Palette type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Clone this object
Public methodToString
Gets string representation
(Overrides StateManagerBase.ToString.)
Top
Properties
  NameDescription
Public propertyItem
Gets and sets Palette item at specified index
Public propertyItems
Gets Palette Items Collection
Public propertyName
Specifies the palette name
Top
See Also