Series color palette. Used for an automatic series items colors assignment
Namespace: Telerik.ChartingAssembly: 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
See Also