Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Points Property


In This Topic
    Points Property (ISparklineGroup)
    In This Topic
    Gets the associated ISparkPoints object for the sparkline group.
    Syntax
    'Declaration
     
    
    ReadOnly Property Points As ISparkPoints
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As ISparkPoints
     
    value = instance.Points
    ISparkPoints Points {get;}
    See Also