Sparkline for UWP | ComponentOne
C1.UWP.Sparkline Assembly / C1.Xaml.Sparkline Namespace / C1Sparkline Class / FirstMarkerColor Property

In This Topic
    FirstMarkerColor Property
    In This Topic
    Gets or sets the color of the first data point for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property FirstMarkerColor As Color
    public Color FirstMarkerColor {get; set;}
    See Also