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

    The C1BarChartExtender control allows you to turn a table into a customized bar chart.

    C1BarChartExtender Markup

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

    <cc1:C1BarChartExtender ID="Panel1_C1BarChartExtender" runat="server"

            ChartLabelFormatString="" TargetControlID="Panel1">

            <footer compass="South" visible="False">

            </footer>

            <axis>

                <y compass="West" visible="False">

                    <labels textalign="Center">

                    </labels>

                    <gridmajor visible="True">

                    </gridmajor>

                </y>

            </axis>

        </cc1:C1BarChartExtender>