Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / ShowMarkers Property
Example


In This Topic
    ShowMarkers Property
    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
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.ShowMarkers = value
     
    value = instance.ShowMarkers
    public bool ShowMarkers {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also