| Wijmo Control Toolkit Extender Controls > Chart Extenders > C1BubbleChart Extender > C1BubbleChartExtender Tutorial > Step 1 of 3: Adding a C1BubbleChartExtender to the Page |
In this topic you add some content to a Panel control and associate a C1BubbleChartExtender control with it to create a bubble chart.
<wijmo:C1BubbleChartExtender ID="Panel1_C1BubbleChartExtender" runat="server"
TargetControlID="Panel1">
<animation duration="2000" easing="EaseOutElastic">
</animation>
<footer compass="South" visible="False">
</footer>
<axis>
<y compass="West" visible="False">
<labels textalign="Center">
</labels>
<gridmajor visible="True">
</gridmajor>
</y>
</axis>
</wijmo:C1BubbleChartExtender>
In the next step you will set some of the extender properties.