Class DictionaryFallbackChain
Represents a chain of styling dictionaries. Supports the RadChart styling infrastructure.
Inheritance
System.Object
DictionaryFallbackChain
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DictionaryFallbackChain : List<IKeyIndexValueProvider>, IKeyIndexValueProvider
Constructors
DictionaryFallbackChain()
Declaration
public DictionaryFallbackChain()
Methods
GetValue(Int32, Object)
Gets resource based on index
and key
.
Declaration
public object GetValue(int index, object key)
Parameters
System.Int32
index
The index. |
System.Object
key
The key. |
Returns
System.Object
|