Class FeaturedMeasurePresenter
Base class for Featured measures (bars and ellipses).
Inheritance
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class FeaturedMeasurePresenter : ContentControl
Constructors
FeaturedMeasurePresenter()
Initializes a new instance of the Featured
Declaration
public FeaturedMeasurePresenter()
Methods
OnContentChanged(Object, Object)
Called when the System.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System. The old value of the System. |
System. The new value of the System. |
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |