Series color palette. Used for an automatic series items colors assignment
| C# | Visual Basic | Visual Basic Usage |
public class Palette : StateManagedObject, ICloneable
Public Class Palette _ Inherits StateManagedObject _ Implements ICloneable
Dim instance As Palette
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Palette()()()() |
Create new instance of Palette class.
| |
| Palette(String) |
Create new instance of Palette class.
| |
| Palette(String, array<Color>[]()[][], array<Color>[]()[][]) |
Create new instance of Palette class.
| |
| Palette(String, array<ColorBlend>[]()[][]) |
Create new instance of Palette class.
| |
| Palette(String, array<Color>[]()[][], Boolean) |
Create new instance of Palette class.
| |
| Clone()()()() |
Clone this object
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| Dispose(Boolean) | (Inherited from StateManagedObject.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Gets and sets Palette item at specified index
| |
| Items |
Gets Palette Items Collection
| |
| LoadViewState(Object) |
Load data from ViewState
(Overrides StateManagedObject.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Specifies the palette name
| |
| SaveViewState()()()() |
Save data into ViewState
(Overrides StateManagedObject.SaveViewState()()()().) | |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() |
Gets string representation
(Overrides StateManagedObject.ToString()()()().) | |
| TrackViewState()()()() |
Track ViewState
(Overrides StateManagedObject.TrackViewState()()()().) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) |
| Object | ||
| StateManagedObject | ||
| Palette | ||