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


In This Topic
    DisplayDateAxis Property
    In This Topic
    Gets a value that indicates whether to display the date axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayDateAxis As Boolean
    'Usage
     
    Dim instance As Sparkline
    Dim value As Boolean
     
    value = instance.DisplayDateAxis
    public bool DisplayDateAxis {get;}
    See Also