The WPF Charts control displays thousands points of data in a few seconds and provides smooth interactions.
A fast line chart is a special kind of line chart that can render a collection with a huge number of data points. Fast line is rendered using a polyline segment.
Displays a series of line segments rendered using the WriteableBitmap. The advantage of the FastLineBitmapSeries is that it renders a million data points in a few seconds.
A fast column chart is used to boost the performance of the column series.
A fast bar chart is used to boost the performance of the series.
This chart renders using bitmap and displays each data point as a combination of a vertical column and a vertical line, like CandleSeries.
A fast HiLo chart represents a series of line segments with high and low values rendered using the WriteableBitmap.
The fast OHLC charts are rendered using the WriteableBitmap, like other bitmap series.
A fast scatter chart is used to render a large number of scatter points.
A fast scatter chart is the high-performance version of stepline series.
A fast stacked column chart is similar to the stacked column series except that it loads faster and performs better.
A fast range area chart is the high-performance version of the range area series.