Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseSparkline Class / GetSparkLineData Method


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