RadControls for WPF

Represents a collection of IStyleMapping objects. Supports the RadChart styling infrastructure. Not intended for external use.

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 StyleMappingCollection : List<IStyleMapping>, 
	IStyleMapping
Visual Basic
Public Class StyleMappingCollection _
	Inherits List(Of IStyleMapping) _
	Implements IStyleMapping

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'IStyleMapping>)>)>
    Telerik.Windows.Controls.Charting..::..StyleMappingCollection
      Telerik.Windows.Controls.Charting..::..ComplexStyleMapping

See Also