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


In This Topic
    LastColor Property (SparklineSetting)
    In This Topic
    Gets an Color value that specifies the color of the last point of the sparkline.
    Syntax
    'Declaration
     
    
    Public Property LastColor As Color
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Color
     
    instance.LastColor = value
     
    value = instance.LastColor
    public Color LastColor {get; set;}
    See Also