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 ChartSeriesAutomationPeer class.
Declaration
protected ChartSeriesAutomationPeer(ChartSeries owner)
Parameters
ChartSeries
owner
The owner. |
Methods
GetBoundingRectangleCore()
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
System.Windows.Rect
|
GetHelpTextCore()
Returns the string that describes the functionality of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
The help text, or System.String.Empty if there is no help text. |
Overrides
GetLabelsPeers()
Gets the automation peers for the labels of the series.
Declaration
protected virtual List<AutomationPeer> GetLabelsPeers()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
A list of System.Windows.Automation.Peers.AutomationPeer elements. |