Interface IKeyIndexValueProvider
Implemented by collection of dictionaries. Supports the styling infrastructure of the RadChart.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IKeyIndexValueProvider
Methods
GetValue(Int32, Object)
Gets resource based on index
and key
.
Declaration
object GetValue(int index, object key)
Parameters
System.Int32
index
The index. |
System.Object
key
The key. |
Returns
System.Object
|