ASP.NET AJAX Control Toolkit Demos v20.1.0.0

BubbleChart Sample
Ajax Control Toolkit
BubbleChart Demonstration


BubbleChart Description
The BubbleChart control enables you to render a bubble chart from one or more series of values. This control is compatible with any browser that supports SVG including Internet Explorer 9 and above.
BubbleChart Properties
Properties
  • AxislabelFontColor - The axis label font color
  • BaseLineColor - The color of the base lines of a chart.
  • BubbleChartClientValues - Provides a list of values to the client side. The Values property is required for designer experience support, because the editor always prevents providing values to the client side as ExtenderControlProperty at runtime.
  • BubbleChartValues - A list of values.
  • BubbleLabel - Text/label that will be shown in the tooltip and describe a bubble value.
  • BubbleSizes - The number of different bubble sizes. The default is 5
  • TooltipBackgroundColor - A background color of the tooltip box. The default is #FFC652
  • TooltipBorderColor - A border color of the tooltip box. The default is #B85B3E
  • TooltipFontColor - A font color of the tooltip box. The default is #0E426C
  • XAxisLabel - Text/label to describe what data is in XAxis.
  • XAxisLineColor - A color of the X axis lines of the chart.
  • XAxisLines - Iinterval size for the X axis line of the chart. The default is 6
  • YAxisLabel - Text/label to describe what data is in YAxis.
  • YAxisLineColor - A color of the Y axis lines of the chart.
  • YAxisLines - Interval size for the Y axis line of the chart. The default is 6
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.