FlexChart | ComponentOne
FlexChart / Working with FlexChart / FlexChart Elements / FlexChart Axis / Axes Bounds
In This Topic
    Axes Bounds
    In This Topic

    If you want to display a specific portion of the chart in terms of data, you can do so by fixing the axes bounds. With axes bounds, the chart determines the extent of each axis by reckoning the lowest and the highest data values.

    FlexChart enables you to set axes bounds by setting the Min and the Max property for the axes.

    The following code shows how to set the Min and the Max property:

    flexChart.AxisY.Min = 0;
    flexChart.AxisY.Max = 8;