Class ResourceDictionaryCollection
Supports the RadChart styling infrastructure.
Inheritance
System.Object
BaseResourceCollection<System.Collections.IDictionary>
ResourceDictionaryCollection
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ResourceDictionaryCollection : BaseResourceCollection<IDictionary>, IKeyIndexValueProvider
Constructors
ResourceDictionaryCollection()
Declaration
public ResourceDictionaryCollection()
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<System.Collections.IDictionary>.GetValue(System.Int32, System.Object)