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
Properties
[ExtenderControlProperty]
[ClientPropertyName("axislabelFontColor")]
public string AxislabelFontColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("baseLineColor")]
public string BaseLineColor { get; set; }
Property Value
- string
public List<BubbleChartValue> BubbleChartValues { get; }
Property Value
- List<BubbleChartValue>
[ExtenderControlProperty]
[ClientPropertyName("bubbleLabel")]
public string BubbleLabel { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("bubbleSizes")]
public int BubbleSizes { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("tooltipBackgroundColor")]
public string TooltipBackgroundColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("tooltipBorderColor")]
public string TooltipBorderColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("tooltipFontColor")]
public string TooltipFontColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("xAxisLabel")]
public string XAxisLabel { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("xAxisLineColor")]
public string XAxisLineColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("xAxisLines")]
public int XAxisLines { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("yAxisLabel")]
public string YAxisLabel { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("yAxisLineColor")]
public string YAxisLineColor { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("yAxisLines")]
public int YAxisLines { get; set; }
Property Value
- int
Methods
protected override void CreateChildControls()
protected override void OnInit(EventArgs e)
Parameters
e
EventArgs