Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / IsDateAxis Property


In This Topic
    IsDateAxis Property (SparklineSetting)
    In This Topic
    Gets a value indicating whether the horizontal axis of the sparkline is based on date values.
    Syntax
    'Declaration
     
    
    Public Property IsDateAxis As Boolean
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Boolean
     
    instance.IsDateAxis = value
     
    value = instance.IsDateAxis
    public bool IsDateAxis {get; set;}

    Property Value

    true if the horizontal axis of the sparkline is based on date values; otherwise, false.
    See Also