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

    Use the Min and Max properties to frame a chart at specific axis values. If the chart has x-axis values ranging from 0 to 100, then setting Min to 0 and Max to 10 will only display the values up to 10.

    To set the Max value to 500, complete the following:

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1BarChartExtender.
    3. Expand Axis -> X and set the Max property to 500.

    This topic illustrates the following: