Nevron .NET Vision
Nevron.Chart Namespace / NTimeSpanScaleConfigurator Class / AutoDateTimeUnits Property


In This Topic
    AutoDateTimeUnits Property (NTimeSpanScaleConfigurator)
    In This Topic
    Gets or sets the date time units that are allowed when the scale is scaling automatically
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NDateTimeUnitArrayTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property AutoDateTimeUnits As NTimeUnit()
    'Usage
     
    
    Dim instance As NTimeSpanScaleConfigurator
    Dim value() As NTimeUnit
     
    instance.AutoDateTimeUnits = value
     
    value = instance.AutoDateTimeUnits
    [System.ComponentModel.Editor(Nevron.Editors.NDateTimeUnitArrayTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Xml.Serialization.XmlIgnore()]
    public NTimeUnit[] 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also