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


In This Topic
    DataInfo Property
    In This Topic
    Gets the infomation about sparkline data in a cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataInfo As String
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As String
     
    value = instance.DataInfo
    public string DataInfo {get;}
    Example
    This example creates sparklines.
    See Also