RadControls for WPF

Base class for all Control instances that represent charting engine logical models.

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

Syntax

C#
public abstract class PresenterBase : RadControlBase, 
	IChartElementPresenter
Visual Basic
Public MustInherit Class PresenterBase _
	Inherits RadControlBase _
	Implements IChartElementPresenter

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
              RadControlBase
                Telerik.Windows.Controls.ChartView..::..PresenterBase
                  Telerik.Windows.Controls.ChartView..::..ChartElementPresenter
                  Telerik.Windows.Controls.ChartView..::..RadChartBase

See Also