Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Sparkline Class / DataInfo Property


In This Topic
    DataInfo Property (Sparkline)
    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;}
    See Also