Class OhlcStickAutomationPeer
Exposes ohlc item visual to UI Automation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class OhlcStickAutomationPeer : SelectableSeriesItemAutomationPeer, ISelectionItemProvider
Constructors
OhlcStickAutomationPeer(ContentPresenter)
Initializes a new instance of the OhlcStickAutomationPeer class.
Declaration
public OhlcStickAutomationPeer(ContentPresenter owner)
Parameters
System.Windows.Controls.ContentPresenter
owner
The owner. |
OhlcStickAutomationPeer(OhlcStick)
Initializes a new instance of the OhlcStickAutomationPeer class.
Declaration
public OhlcStickAutomationPeer(OhlcStick owner)
Parameters
OhlcStick
owner
The owner. |
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |