Maximize the flexibility of your light charting with three chart types:
Control the sparkline's style by editing axis color, color of data points (first and last), series color, and the color of marker points in high, low, negative, first, and last points. You can also highlight all data points simply by setting ShowMarkers property to true.
Not only can you choose between a horizontal or vertical axis, but you can also configure a date axis by supplying a collection of dates that act as x-coordinates. You can also hide or display the horizontal axis, which is hidden by default.
Bind the sparkline to any enumerable collection of numeric data values. You can populate the sparklines in code, or configure their bindings in XAML.