In This Article

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().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

Extension Methods