Class ChartSeriesAutomationPeer
Base class for chart series UI Automation.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ChartSeriesAutomationPeer : ChartElementAutomationPeer
Constructors
ChartSeriesAutomationPeer(ChartSeries)
Initializes a new instance of the Chart
Declaration
protected ChartSeriesAutomationPeer(ChartSeries owner)
Parameters
Chart The owner. |
Methods
GetBoundingRectangleCore()
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
System.
|
GetHelpTextCore()
Returns the string that describes the functionality of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. The help text, or System. |
Overrides
GetLabelsPeers()
Gets the automation peers for the labels of the series.
Declaration
protected virtual List<AutomationPeer> GetLabelsPeers()
Returns
System. A list of System. |