ClassHtmlChartTooltip
Class
The Tooltip button of the RadHtmlChart.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class HtmlChartTooltip : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlChartTooltip
Inherited Members
Constructors
HtmlChartTooltip()
Initializes a new instance of the HtmlChart class.
Declaration
cs-api-definition
public HtmlChartTooltip()
HtmlChartTooltip(Element)
Initializes a new instance of the HtmlChart class.
Properties
LocatorExpression
Gets the HtmlFindExpression that defines the pattern for RadHtmlChart.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
TooltipText
Gets or sets the HtmlChart tooltip text value.
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides