Sparkline for UWP | ComponentOne
Sparkline for UWP Concepts and Main Properties / Sparkline Types
In This Topic
    Sparkline Types
    In This Topic

    The C1Sparkline control allows you to create a small, inline chart to graphically represent your data.

    To set up a Column sparkline, specify the corresponding string in the C1Sparkline.SparklineType property:

    Markup
    Copy Code
    <C1:C1Sparkline x:Name="c1sparkline1" SparklineType="Column" >
        . . .        
    </C1:C1Sparkline>
    

    The available C1Sparkline types are specified by the members of enumeration SparklineType.

    See Also