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


In This Topic
    ShowLast Property
    In This Topic
    Gets or sets a value that indicates whether the last data point is formatted differently for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property ShowLast As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.ShowLast = value
     
    value = instance.ShowLast
    public bool ShowLast {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also