2D Chart for WinForms | ComponentOne
In This Topic
    End-User Interaction
    In This Topic

    There are many operations that can be performed on the chart which are not covered in this documentation. Each user of the chart component has different requirements for functionality and features. One way in which to accommodate the many requests for functionality is to provide a set of tools to create functionality not currently in the component.

    In C1Chart there is a set of built-in tools such as conversion methods and interactive built-in tools such as rotation, scaling, and zooming chart that help customize and further develop applications. Chart conversion methods allow the handling of instances where the end 'user's cursor travels over the chart and performs an action.

    The following sections explain how to use the different types of coordinate conversion methods and built-in tools for run-time interaction.

    See Also