Class SingleValueSeriesItemAutomationPeer
Base class for single value series item UI Automation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class SingleValueSeriesItemAutomationPeer : SelectableSeriesItemAutomationPeer, ISelectionItemProvider, IValueProvider
Constructors
SingleValueSeriesItemAutomationPeer(FrameworkElement)
Initializes a new instance of the SingleValueSeriesItemAutomationPeer class.
Declaration
protected SingleValueSeriesItemAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
The System.Windows.FrameworkElement associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. |
Methods
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration. |
Returns
System.Object
An object that implements the System.Windows.Automation.Provider.ISynchronizedInputProvider interface if |