Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkline Interface / SourceData Property


In This Topic
    SourceData Property (ISparkline)
    In This Topic
    Gets or sets the range that contains the source data for a single sparkline.
    Syntax
    'Declaration
     
    
    Property SourceData As String
    'Usage
     
    
    Dim instance As ISparkline
    Dim value As String
     
    instance.SourceData = value
     
    value = instance.SourceData
    string SourceData {get; set;}
    See Also