FlexChart for WPF is an impeccable data visualization component in terms of performance, presentation, and overall quality. The control offers the following features:
- Automatic Legend generation: Just specify the name of the series, and the Legend is displayed automatically.
- Axis labels automatic rotation: Let long axis labels get rotated automatically, thereby rendering a clean appearance.
- Chart export: You can export your application to different formats, such as SVG, JPG, and PNG.
- Direct X support: The control supports Direct X rendering engine.
- Flexible data labels: Set offset, border, and position for data labels.
- In-built selection support: Click on the chart and select either a single data point or an entire data series.
- Interpolate nulls: Handle null values in line and area charts effectively by using the InterpolateNulls property.
- Legend wrapping: Let the Legend items appear in several rows and columns depending upon the available space.
- Multiple chart types: Add as many series as you want in a single chart. Set the desired chart type at each series, and thus integrate multiple chart types in a single chart.
- Pre-defined and custom palettes: Choose from a number of pre-defined palettes or apply a custom palette to the chart.
- Powerful and flexible data binding: Specify data source either at the series level or the chart level, as per your requirements. You can combine multiple data sources in a single chart as well.
- Series toggling: Toggle the visibility of a series in the plot as well as the legend by using the LegendToggle property.
- Simple to use: It is simple to work with the FlexChart control due to its clear object model.
- Stacked or 100% stacked charts: Make a chart stacked or 100% stacked by setting just one property.
- Support for categorical, numerical, and data or time axis: Bind to different data types ranging from int, float, and string to DateTime.
- ToolTip customization: Leverage powerful tooltip customization features.