Miscellaneous Features
Chart and Series Titles
An unlimited number of titles can be created for the diagram or individual series. Titles can include text with basic HTML-style formatting and images. 
Data Binding - Series Templates
DXCharts for WPF provides a simple way to filter the underlying chart data source. By creating series templates and specifying the filter field, your data source will automatically be broken down into subsets corresponding to unique values stored in the specified field. For each data subset, our WPF Chart Control will create a series based upon the specified template. We've also implemented an event that fires with each data source change -- each time the chart re-reads data to build individual series and points within them. This event is useful when using Series Templates, because you may not know in advance how many series and points your chart will contain. By writing a handler, you can customize your chart in numerous ways, including: hide specific series, change individual series settings, find maximum and minimum values for each series, etc.
|