Class ChartElementPresenter
Inheritance
System.Object
ChartElementPresenter
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class ChartElementPresenter : PresenterBase, IChartElementPresenter, IElementPresenter
Constructors
Declaration
protected ChartElementPresenter()
Properties
Declaration
public RadChartBase Chart { get; }
Property Value
Declaration
public int ZIndex { get; set; }
Property Value
Methods
Declaration
protected virtual void OnAttached()
Declaration
protected virtual void OnDetached(RadChartBase oldChart)
Parameters
Extension Methods