Base class for all PresenterBase instances that visualize a logical chart element.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class ChartElementPresenter : PresenterBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenter
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartElementPresenter class.
protected ChartElementPresenter()
Properties
Gets the RadChartBase instance to which this ChartElementPresenter belongs.
public RadChartBase Chart { get; }
Methods
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected virtual void OnAttached()
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)