Performance improvements for charts Fast column and fast scatter charts are similar to normal column and scatter charts, as column charts use vertical bars and scattered charts use ellipses to display different values for one or more items. The difference is that fast charts are rendered by drawing visuals and they load faster than the other charts, ensuring high performance for displaying data. They can also be used as real-time charts to render a large number of data points.
Data-binding engine Support has been added for all collection objects in the common data-binding engine that are used to generate chart data. The data-binding engine generates a view that can be used to bind a source collection object and initialize the event. It also generates and updates points based on an updated source.
Inversed axes Essential Chart provides support for inverting values on an axis. Data on an inverted axis will be plotted in the opposite direction—top to bottom for the y-axis, and right to left for the x-axis.