Exposes RadarLineSeries type to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class RadarLineSeriesAutomationPeer : RadarPointSeriesAutomationPeer
Inheritance: objectChartElementAutomationPeerChartSeriesAutomationPeerPolarSeriesAutomationPeerRadarPointSeriesAutomationPeerRadarLineSeriesAutomationPeer...
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RadarLineSeriesAutomationPeer class.
C#
public RadarLineSeriesAutomationPeer(RadarLineSeries owner)
The owner.
Methods
Gets the collection of child elements of the UIElement that is associated with this . This method is called by .
C#
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
Overrides:
When overridden in a derived class, is called by .
C#
protected override string GetLocalizedControlTypeCore()
The type of the control.
Overrides: