Jump to content
Software FX Community

Series Transform: Plotting the rate of change


JuanC

Recommended Posts

This post discusses functionality in Chart FX for WPF 8.1. For more information click here.

Chart FX for WPF 8.0 includes support for data transforms including OtherTransform and CrosstabTransform. These transforms work with the data as a whole and they will typically affect the shape of the data i.e. they will affect the number of series or points plotted in your chart. Sometimes to analyze the data more effectively you also need minor tweaks on how the data is plotted, to accomplish this we will be supporting a new concept called Series Transforms.

A series transform is a class that affects the values plotted for a single series, a very simple yet useful example would be to plot the percentage of change from the previous value, e.g. let

Link to comment
Share on other sites

×
×
  • Create New...