Table of Contents

Class BubbleChart

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[ClientCssResource("BubbleChart")]
[ClientScriptResource("Sys.Extended.UI.BubbleChart", "BubbleChart")]
public class BubbleChart : ChartBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
Inheritance
BubbleChart
Implements
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
Inherited Members

Constructors

BubbleChart()

public BubbleChart()

Properties

AxislabelFontColor

[ExtenderControlProperty]
[ClientPropertyName("axislabelFontColor")]
public string AxislabelFontColor { get; set; }

Property Value

string

BaseLineColor

[ExtenderControlProperty]
[ClientPropertyName("baseLineColor")]
public string BaseLineColor { get; set; }

Property Value

string

BubbleChartValues

public List<BubbleChartValue> BubbleChartValues { get; }

Property Value

List<BubbleChartValue>

BubbleLabel

[ExtenderControlProperty]
[ClientPropertyName("bubbleLabel")]
public string BubbleLabel { get; set; }

Property Value

string

BubbleSizes

[ExtenderControlProperty]
[ClientPropertyName("bubbleSizes")]
public int BubbleSizes { get; set; }

Property Value

int

TooltipBackgroundColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipBackgroundColor")]
public string TooltipBackgroundColor { get; set; }

Property Value

string

TooltipBorderColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipBorderColor")]
public string TooltipBorderColor { get; set; }

Property Value

string

TooltipFontColor

[ExtenderControlProperty]
[ClientPropertyName("tooltipFontColor")]
public string TooltipFontColor { get; set; }

Property Value

string

XAxisLabel

[ExtenderControlProperty]
[ClientPropertyName("xAxisLabel")]
public string XAxisLabel { get; set; }

Property Value

string

XAxisLineColor

[ExtenderControlProperty]
[ClientPropertyName("xAxisLineColor")]
public string XAxisLineColor { get; set; }

Property Value

string

XAxisLines

[ExtenderControlProperty]
[ClientPropertyName("xAxisLines")]
public int XAxisLines { get; set; }

Property Value

int

YAxisLabel

[ExtenderControlProperty]
[ClientPropertyName("yAxisLabel")]
public string YAxisLabel { get; set; }

Property Value

string

YAxisLineColor

[ExtenderControlProperty]
[ClientPropertyName("yAxisLineColor")]
public string YAxisLineColor { get; set; }

Property Value

string

YAxisLines

[ExtenderControlProperty]
[ClientPropertyName("yAxisLines")]
public int YAxisLines { get; set; }

Property Value

int

Methods

CreateChildControls()

protected override void CreateChildControls()

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs