New to Telerik UI for WPFStart a free 30-day trial

Base class for all PresenterBase instances that visualize a logical chart element.

Definition

Constructors

Initializes a new instance of the ChartElementPresenter class.

C#
protected ChartElementPresenter()

Properties

Gets the RadChartBase instance to which this ChartElementPresenter belongs.

C#
public RadChartBase Chart { get; }

Gets or sets the Z-index of this ChartElementPresenter. Useful when adjusting the appearance of multiple elements within ChartView visual tree.

C#
public int ZIndex { get; set; }

Methods

Occurs when the presenter has been successfully attached to its owning RadChartBase instance.

C#
protected virtual void OnAttached()

Occurs when the presenter has been successfully detached from its owning RadChartBase instance.

C#
protected virtual void OnDetached(RadChartBase oldChart)
Parameters:oldChartRadChartBase

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).

C#
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters:eDependencyPropertyChangedEventArgs