Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkHorizontalAxis Interface / IsDateAxis Property


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

    Property Value

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