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. The index. |
System. The key. |
Returns
System.
|