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)

Initializes a new instance of the XYChartAutomationPeer class.

public XYChartAutomationPeer(XYChart owner)
Parameter Type Description
owner XYChart

The owner.

Methods

GetChildrenCore()

Returns the collection of child elements of the UIElement that is associated with this FrameworkElementAutomationPeer. This method is called by GetChildren().

protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>:

A list of child AutomationPeer elements.

GetClassNameCore()

Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

protected override string GetClassNameCore()

Returns

string:

The string that contains the name.