Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / ShowLast Property


In This Topic
    ShowLast Property
    In This Topic
    Gets or sets a value that indicates whether the last data point is formatted differently for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShowLast As Boolean
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.ShowLast = value
     
    value = instance.ShowLast
    [DefaultValue(false)]
    public bool ShowLast {get; set;}
    See Also