RadControls for WPF

Represents a collection of resources, where each entry is a single resource. Supports the RadChart styling infrastructure.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class SingleResourceCollection<T> : BaseResourceCollection<T>
where T : class
Visual Basic
Public Class SingleResourceCollection(Of T As Class) _
	Inherits BaseResourceCollection(Of T)

Type Parameters

T
Must be class.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'T>)>)>
    Telerik.Windows.Controls.Charting..::..BaseResourceCollection<(Of <(<'T>)>)>
      Telerik.Windows.Controls.Charting..::..SingleResourceCollection<(Of <(<'T>)>)>
        Telerik.Windows.Controls.Charting..::..BrushCollection

See Also