Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / DateRange Property


In This Topic
    DateRange Property (SparklineGroup)
    In This Topic
    Gets a SparklineDataSource object represents the date range of this sparkline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DateRange As SparklineDataSource
    'Usage
     
    
    Dim instance As SparklineGroup
    Dim value As SparklineDataSource
     
    value = instance.DateRange
    public SparklineDataSource DateRange {get;}
    See Also