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


In This Topic
    AutoDateTimeUnits Property (NDateTimeScale)
    In This Topic
    Gets or sets the date time units that are allowed when the scale is scaling automatically
    Syntax
    'Declaration
     
    
    Public Property AutoDateTimeUnits As NDomArray(Of NDateTimeUnit)
    'Usage
     
    
    Dim instance As NDateTimeScale
    Dim value As NDomArray(Of NDateTimeUnit)
     
    instance.AutoDateTimeUnits = value
     
    value = instance.AutoDateTimeUnits
    public NDomArray<NDateTimeUnit> AutoDateTimeUnits {get; set;}
    Remarks
    By default the scale will contain all possible date time units including: Century, Decade, Year, HalfYear, Quarter, Month, Week, Day, HalfDay, Hour, Minute, Second and Millisecond.
    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