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


In This Topic
    AutoDateTimeUnits Property (NDateTimeScaleConfigurator)
    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 NDateTimeUnit()
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value() As NDateTimeUnit
     
    instance.AutoDateTimeUnits = value
     
    value = instance.AutoDateTimeUnits
    [System.ComponentModel.Editor(Nevron.Editors.NDateTimeUnitArrayTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Xml.Serialization.XmlIgnore()]
    public 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 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