Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparkline Class / GetSparkLineData Method


In This Topic
    GetSparkLineData Method (ExcelSparkline)
    In This Topic
    Gets the sparkline data used for rendering.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSparkLineData() As Object
    'Usage
     
    
    Dim instance As ExcelSparkline
    Dim value As Object
     
    value = instance.GetSparkLineData()
    public override object GetSparkLineData()
    See Also