Class
FeaturedMeasurePresenter

Base class for Featured measures (bars and ellipses).

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class FeaturedMeasurePresenter : ContentControl

Inheritance: objectFeaturedMeasurePresenter

Constructors

FeaturedMeasurePresenter()

Initializes a new instance of the FeaturedMeasurePresenter class.

Declaration

cs-api-definition
public FeaturedMeasurePresenter()

Methods

OnContentChanged(object, object)

Called when the property changes.

Declaration

cs-api-definition
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

The old value of the property.

newContent

object

The new value of the property.

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.