Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Sparkline Class / Data Property
Example


In This Topic
    Data Property (Sparkline)
    In This Topic
    Get the sparkline data in a cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As ISparkline
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As ISparkline
     
    value = instance.Data
    public ISparkline Data {get;}
    Example
    This example uses the Data property to get the column.
    See Also