XYChartAutomationPeer Class
Exposes the XYChart control to UI Automation.
public class XYChartAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
XYChartAutomationPeer(XYChart)
Exposes the XYChart control to UI Automation.
public XYChartAutomationPeer(XYChart owner)
| Parameter | Type | Description |
|---|---|---|
| owner | XYChart | The owner. |
Methods
GetChildrenCore()
Gets the collection of child elements of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetChildren().
protected override List<AutomationPeer> GetChildrenCore()
Returns
- List<AutomationPeer>:
A list of child AutomationPeer elements.
GetClassNameCore()
Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().