Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / ShowMarkers Property


In This Topic
    ShowMarkers Property (SparklineSetting)
    In This Topic
    Gets a boolean value that specifies the markers of the sparkline is visible.
    Syntax
    'Declaration
     
    
    Public Property ShowMarkers As Boolean
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.ShowMarkers = value
     
    value = instance.ShowMarkers
    public bool ShowMarkers {get; set;}
    See Also