Class
SingleValueSeriesItemAutomationPeer

Base class for single value series item UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public abstract class SingleValueSeriesItemAutomationPeer : SelectableSeriesItemAutomationPeer, ISelectionItemProvider, IValueProvider

Inheritance: objectChartElementAutomationPeerSelectableSeriesItemAutomationPeerSingleValueSeriesItemAutomationPeer

Derived Classes: BarAutomationPeerFunnelSegmentAutomationPeerPieSliceAutomationPeerPointAutomationPeerPolarPointAutomationPeerRadarPointAutomationPeer

Implements: ISelectionItemProviderIValueProvider

Inherited Members SelectableSeriesItemAutomationPeer.GetAutomationControlTypeCore()SelectableSeriesItemAutomationPeer.GetClassNameCore()ChartElementAutomationPeer.GetItemStatusCore()ChartElementAutomationPeer.GetHelpTextCore()

Constructors

SingleValueSeriesItemAutomationPeer(FrameworkElement)

Initializes a new instance of the SingleValueSeriesItemAutomationPeer class.

Declaration

cs-api-definition
protected SingleValueSeriesItemAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

The FrameworkElement associated with this .

Methods

GetPattern(PatternInterface)

Gets the control pattern for the UIElement that is associated with this .

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

A value from the enumeration.

Returns

object

An object that implements the interface if patternInterface is ; otherwise, null.

Overrides SelectableSeriesItemAutomationPeer.GetPattern(PatternInterface)