Sparkline for WPF
C1.WPF.Sparkline Assembly / C1.WPF.Sparkline Namespace / C1Sparkline Class / LastMarkerColor Property

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