Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Sparkline Property


In This Topic
    Sparkline Property
    In This Topic
    Gets or sets sparkline information for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public ReadOnly Property Sparkline As Sparkline
    'Usage
     
    Dim instance As Cell
    Dim value As Sparkline
     
    value = instance.Sparkline
    [DefaultValue("")]
    public Sparkline Sparkline {get;}

    Property Value

    The sparkline information. The default value is null.
    See Also