Class SingleResourceCollection<T>
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.dll
Syntax
public class SingleResourceCollection<T> : BaseResourceCollection<T>, IKeyIndexValueProvider where T : class
Type Parameters
T
Must be class. |
Constructors
SingleResourceCollection(Object)
Initializes a new instance of the SingleResourceCollection class.
Declaration
public SingleResourceCollection(object key)
Parameters
System.Object
key
The key. |
Properties
Key
Gets the key.
Declaration
protected object Key { get; }
Property Value
System.Object
The key. |
Methods
GetValue(Int32, Object)
Gets resource based on index
and key
.
Declaration
public override object GetValue(int index, object key)
Parameters
System.Int32
index
The index. |
System.Object
key
The key. |
Returns
System.Object
|
Overrides
Telerik.Windows.Controls.Charting.BaseResourceCollection<T>.GetValue(System.Int32, System.Object)