ClassChartElementPresenter
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
ChartElementPresenter()
Initializes a new instance of the ChartElementPresenter class.
Declaration
protected ChartElementPresenter()
Properties
Chart
Gets the RadChartBase instance to which this ChartElementPresenter belongs.
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected virtual void OnAttached()
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected virtual void OnDetached(RadChartBase oldChart)
Parameters
oldChart
OnPropertyChanged(DependencyPropertyChangedEventArgs)
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).
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs