Class
SelectableSeriesItemAutomationPeer

Base class for series item UI Automation that supports selection.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public abstract class SelectableSeriesItemAutomationPeer : ChartElementAutomationPeer, ISelectionItemProvider

Inheritance: objectChartElementAutomationPeerSelectableSeriesItemAutomationPeer

Derived Classes: BoxPlotShapeAutomationPeerBubbleAutomationPeerCandlestickAutomationPeerErrorBarShapeAutomationPeerOhlcStickAutomationPeerScatterPointAutomationPeerSingleValueSeriesItemAutomationPeer

Implements: ISelectionItemProvider

Inherited Members ChartElementAutomationPeer.GetItemStatusCore()ChartElementAutomationPeer.GetHelpTextCore()

Constructors

SelectableSeriesItemAutomationPeer(FrameworkElement)

Initializes a new instance of the SelectableSeriesItemAutomationPeer class.

Declaration

cs-api-definition
protected SelectableSeriesItemAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

The FrameworkElement associated with this .

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The enumeration value.

Overrides ChartElementAutomationPeer.GetAutomationControlTypeCore()

GetClassNameCore()

Gets the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides ChartElementAutomationPeer.GetClassNameCore()

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.