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


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