Class ChartElementPresenter
Base class for all PresenterBase instances that visualize a logical chart element.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ChartElementPresenter : PresenterBase, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
ChartElementPresenter()
Initializes a new instance of the ChartElementPresenter class.
Declaration
protected ChartElementPresenter()
Properties
Chart
Gets the RadChartBase instance to which this ChartElementPresenter belongs.
Declaration
public RadChartBase Chart { get; }
Property Value
RadChartBase
|
ZIndex
Gets or sets the Z-index of this ChartElementPresenter. Useful when adjusting the appearance of multiple elements within ChartView visual tree.
Declaration
public int ZIndex { get; set; }
Property Value
System.Int32
|
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
RadChartBase
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
System.Windows.DependencyPropertyChangedEventArgs
e
|