Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkPoints Interface / Lastpoint Property


In This Topic
    Lastpoint Property
    In This Topic
    Gets an ISparkColor object that represents the color and visibility of the marker for the last point of data on a sparkline.
    Syntax
    'Declaration
     
    
    ReadOnly Property Lastpoint As ISparkColor
    'Usage
     
    
    Dim instance As ISparkPoints
    Dim value As ISparkColor
     
    value = instance.Lastpoint
    ISparkColor Lastpoint {get;}
    See Also