ComponentOne Chart for WPF and Silverlight
Chart for WPF and Silverlight / Chart Features / Performance Optimization / Render Modes
In This Topic
    Render Modes
    In This Topic

    C1Chart provides three render modes so you can control your chart's performance. There is one default render mode that supports all chart types, and two high performance render modes. The high performance render modes will allow you to render your chart more quickly, but they also have some limitations.

    Render Mode Limitations
    Default Default render mode. All chart types are supported.
    Fast Bitmap render mode. High performance render mode. At this moment only line and symbol charts are supported. Data point labels, tooltips and PlotElementLoaded event are not available.
    Bitmap Bitmap mode. High performance render mode. At this moment only line and symbol charts are supported. Data point labels, tooltips and PlotElementLoaded event are not available.

     

    See Also