Sparkline for UWP | ComponentOne
In This Topic
    Key Features
    In This Topic

    Sparkline for UWP includes the following features:

    The C1Sparkline class supports three different chart types: column, line, and win-loss.

    The sparklines can display colors for the marker points. You can set colors for the high, low, negative, first, and last points.

    Bind the C1Sparkline to any enumerable collection of numeric data values. You can populate the sparklines in code or configure their bindings in XAML.

    Not only does the C1Sparkline control support horizontal and vertical axes, but you can also configure a date axis by supplying a collection of dates that act as x-coordinates.

    See Also