This is a universal 3D/2D column & bar chart for WPF. It can be
clustered, stacked and 100% stacked. Columns and bars can be
floating, or fused together to create histograms.
-
Animated or static
Display animated column charts for enhanced visual appeal or create static charts to emphasize the data in nice and clean style.
-
Reversed value axis
Y-axis can be reversed so that smaller values are at the top and larger at the bottom. This could be useful when displaying such data as rankings or similar.
-
Linear or logarithmic scale of the Y-axis
Value axes can be set to linear or logarithmic scale to accomodate data spread over a large range of values.
-
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.
-
Two Y-axes
Graphs can be attached to left or right value axis. This allows graceful display of graphs with very different values on a single chart.
-
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. Bullets can be used to display company logos or other graphial markers on top of columns.
-
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 column chart can be bound to any data object implementing IEnumberable interface.