Class ChartBase
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class ChartBase : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
- Inheritance
-
ChartBase
- Implements
-
INamingContainerIPostBackDataHandlerICallbackEventHandler
- Derived
- Inherited Members
Constructors
ChartBase()
public ChartBase()
Fields
ContainerID
protected string ContainerID
Field Value
Properties
ChartHeight
[ExtenderControlProperty]
[ClientPropertyName("chartHeight")]
public string ChartHeight { get; set; }
Property Value
ChartTitle
[ExtenderControlProperty]
[ClientPropertyName("chartTitle")]
public string ChartTitle { get; set; }
Property Value
ChartTitleColor
[ExtenderControlProperty]
[ClientPropertyName("chartTitleColor")]
public string ChartTitleColor { get; set; }
Property Value
ChartWidth
[ExtenderControlProperty]
[ClientPropertyName("chartWidth")]
public string ChartWidth { get; set; }
Property Value
IsDesignMode
protected bool IsDesignMode { get; }
Property Value
Theme
[ExtenderControlProperty]
[ClientPropertyName("theme")]
public string Theme { get; set; }
Property Value
Methods
CreateChildControls()
protected override void CreateChildControls()