RadControls for Silverlight

This class represents an individual mapping between a field from the RadChart's ItemsSource and the DataPointMember member that should be mapped to it.

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

Syntax

C#
public class ItemMapping : DependencyObject
Visual Basic
Public Class ItemMapping _
	Inherits DependencyObject

Remarks

You need to add a separate ItemMapping instance to the respective ItemMappings collection for every DataPointMember you would like to bind.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls.Charting..::..ItemMapping

See Also