RadControls for WPF

This class supports the RadChart theming and styling infrastructure and is intended for internal use only. /// Provides information on how a material should be built from the theme resources.

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

Syntax

C#
public class MaterialMappingCollection : List<MaterialMapping>
Visual Basic
Public Class MaterialMappingCollection _
	Inherits List(Of MaterialMapping)

Inheritance Hierarchy

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

See Also