RadControls for WinForms

Series color palette. Used for an automatic series items colors assignment

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[DefaultPropertyAttribute("Items")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Palette : StateManagedObject, ICloneable
Visual Basic
<DefaultPropertyAttribute("Items")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Palette _
	Inherits StateManagedObject _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  Telerik.Charting..::..StateManagedObject
    Telerik.Charting..::..Palette

See Also