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

In This Topic
    ShowMarkers Property (C1Sparkline)
    In This Topic
    Gets or sets a value that specifies whether data markers are displayed for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    Public Property ShowMarkers As Boolean
    public bool ShowMarkers {get; set;}
    See Also