RadControls for WPF

Represents the series item tooltip in 2D.

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 ItemToolTip2D : ContentControl, 
	ILogicalItem
Visual Basic
Public Class ItemToolTip2D _
	Inherits ContentControl _
	Implements ILogicalItem

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls.Charting..::..ItemToolTip2D

See Also