Reporting

Palette items collection

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class PaletteItemsCollection : ChartingStateManagedCollection<PaletteItem>
Visual Basic
Public Class PaletteItemsCollection _
	Inherits ChartingStateManagedCollection(Of PaletteItem)

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Charting..::..ChartingStateManagedCollection<(Of <(<'PaletteItem>)>)>
    Telerik.Reporting.Charting..::..PaletteItemsCollection

See Also