Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class
Members


In This Topic
    SparklineDataSource Class
    In This Topic
    Represents the data source of a sparkline. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SparklineDataSource 
       Inherits CellRangeDataSource
       Implements IName 
    'Usage
     
    
    Dim instance As SparklineDataSource
    public sealed class SparklineDataSource : CellRangeDataSource, IName  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.DefinedName
          GrapeCity.Spreadsheet.ExternalVariable
             GrapeCity.Spreadsheet.CellRangeDataSource
                GrapeCity.Spreadsheet.SparklineDataSource

    See Also