Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / DataRange Property


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