Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NDateTimeScale Class / EnableCalendar Property


In This Topic
    EnableCalendar Property (NDateTimeScale)
    In This Topic
    Gets or sets a value indicating whether the timeline should use the calendar settings, allow you skip days and time from scale transform and calculation
    Syntax
    'Declaration
     
    
    Public Property EnableCalendar As System.Boolean
    'Usage
     
    
    Dim instance As NDateTimeScale
    Dim value As System.Boolean
     
    instance.EnableCalendar = value
     
    value = instance.EnableCalendar
    public System.bool EnableCalendar {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also