This is universal Scatter (xy) & Bubble chart for WPF.
It can be used to display various scientific data, as well as presenting three-dimensional data in a 2D format.
-
Linear or logarithmic scale of the axes
Axes can be set to linear or logarithmic scale to accomodate data spread over a large range of values.
-
Reversed axes
Axes can be reversed so that smaller values are at the top/right and larger at the bottom/left.
-
Axis values inside the plot area
Values can be displayed along the axes either outside or inside the plot area
-
Zooming
Zoom in into any part of the chart to get detailed look at your data. Axes and grids are automatically recalculated to represent zoomed data in best possible detail.
-
Scrolling
Scroll around your data at your selected zooming level.
-
Show/hide graphs
Users can turn graphs on and off (configurable) to show or hide any graph. Axes and grids are automatically recalculated to fit visible graphs.
-
Predefined or custom bullets
Select from one of the predefined data point bullets or use your own image as a bullet.
-
Custom description for any data point
Each data point can have a custom description which will be displayed in the balloon.
-
Support for data-binding
As any other bindable WPF controls scatter/bubble chart can be bound to any data object implementing IEnumberable interface.