Class RadHtmlChart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadHtmlChart : HtmlContainerControl
Constructors
RadHtmlChart()
Declaration
public RadHtmlChart()
RadHtmlChart(Element)
Properties
Animation
Declaration
public bool Animation { get; }
Property Value
System.Boolean
|
ChartType
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
Layout
Declaration
public string Layout { get; }
Property Value
System.String
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MarkersBackground
Declaration
public string MarkersBackground { get; }
Property Value
System.String
|
MarkersBorderColor
Declaration
public string MarkersBorderColor { get; }
Property Value
System.String
|
MarkersBorderWidth
Declaration
public string MarkersBorderWidth { get; }
Property Value
System.String
|
MarkersSize
Declaration
public int MarkersSize { get; }
Property Value
System.Int32
|
MarkersVisibility
Declaration
public bool MarkersVisibility { get; }
Property Value
System.Boolean
|
NavigatorChartType
SeriesNumber
Declaration
public int SeriesNumber { get; }
Property Value
System.Int32
|
Title
Declaration
public string Title { get; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
XAxisTitle
Declaration
public string XAxisTitle { get; }
Property Value
System.String
|
YAxisTitle
Declaration
public string YAxisTitle { get; }
Property Value
System.String
|