ClassChartElementPresenter
Class
Base class for all PresenterBase instances that visualize a logical chart element.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class ChartElementPresenter : PresenterBase, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenter
Derived Classes:
Implements:
Inherited Members
Constructors
ChartElementPresenter()
Initializes a new instance of the ChartElementPresenter class.
Declaration
cs-api-definition
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
cs-api-definition
protected virtual void OnAttached()
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
cs-api-definition
protected virtual void OnDetached(RadChartBase oldChart)
Parameters
oldChart