ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / Chart Extenders / C1BubbleChart Extender
In This Topic
    C1BubbleChart Extender
    In This Topic

    The C1BubbleChartExtender control allows the user to show customized bubble charts.

     

    C1BubbleChartExtender Markup

    The following markup creates a C1BubbleChartExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1: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>

        </cc1:C1BubbleChartExtender>