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

Base class for Featured measures (bars and ellipses).

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class FeaturedMeasurePresenter : ContentControl

Inheritance: objectFeaturedMeasurePresenter

Constructors

Initializes a new instance of the FeaturedMeasurePresenter class.

C#
public FeaturedMeasurePresenter()

Methods

Called when the property changes.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobject

The old value of the property.

newContentobject

The new value of the property.

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.