ClassRadHtmlChart
Represents the RadHtmlChart for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadHtmlChart : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadHtmlChart
Inherited Members
Constructors
RadHtmlChart()
Initializes a new instance of the RadHtmlChart class.
Declaration
public RadHtmlChart()
RadHtmlChart(Element)
Initializes a new instance of the RadHtmlChart class.
Properties
Animation
Gets or sets whether the HtmlChart animation is enabled.
ChartType
Gets the HtmlChart type.
ClientId
Gets the client Id of the HtmlChart control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Height
Gets/Sets HtmlChart height in pixels.
Layout
Gets the layout of the chart.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MarkersBackground
Gets the marker's background.
MarkersBorderColor
Gets the marker's color of the border.
MarkersBorderWidth
Gets the marker's width of the border.
MarkersSize
Gets the marker's size.
MarkersVisibility
Gets the marker's visibility.
NavigatorChartType
Gets the type of the navigator.
SeriesNumber
Gets HtmlChart series number.
Title
Gets the HtmlChart title value.
Visible
Gets or sets whether the HtmlChart is visible.
Width
Gets/Sets HtmlChart width in pixels.
XAxisTitle
Gets the HtmlChart X axis title value.
YAxisTitle
Gets the HtmlChart Y axis title value.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.