Table of Contents

Class ChartBase

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class ChartBase : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Inheritance
ChartBase
Implements
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
Derived
Inherited Members

Constructors

ChartBase()

public ChartBase()

Fields

ContainerID

protected string ContainerID

Field Value

string

Properties

ChartHeight

[ExtenderControlProperty]
[ClientPropertyName("chartHeight")]
public string ChartHeight { get; set; }

Property Value

string

ChartTitle

[ExtenderControlProperty]
[ClientPropertyName("chartTitle")]
public string ChartTitle { get; set; }

Property Value

string

ChartTitleColor

[ExtenderControlProperty]
[ClientPropertyName("chartTitleColor")]
public string ChartTitleColor { get; set; }

Property Value

string

ChartWidth

[ExtenderControlProperty]
[ClientPropertyName("chartWidth")]
public string ChartWidth { get; set; }

Property Value

string

IsDesignMode

protected bool IsDesignMode { get; }

Property Value

bool

Theme

[ExtenderControlProperty]
[ClientPropertyName("theme")]
public string Theme { get; set; }

Property Value

string

Methods

CreateChildControls()

protected override void CreateChildControls()