RadControls for WPF

Represents a chain of styling dictionaries. Supports the RadChart styling infrastructure.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class DictionaryFallbackChain : List<IKeyIndexValueProvider>, 
	IKeyIndexValueProvider
Visual Basic
Public Class DictionaryFallbackChain _
	Inherits List(Of IKeyIndexValueProvider) _
	Implements IKeyIndexValueProvider

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'IKeyIndexValueProvider>)>)>
    Telerik.Windows.Controls.Charting..::..DictionaryFallbackChain

See Also