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


In This Topic
    EnableUnitSensitiveFormatting Property (NDateTimeScaleConfigurator)
    In This Topic
    Gets or sets a value indicating whether the scale should use a date time unit sensitive formatting depending on the date time unit selected by the scale for automatic labels.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property EnableUnitSensitiveFormatting As System.Boolean
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As System.Boolean
     
    instance.EnableUnitSensitiveFormatting = value
     
    value = instance.EnableUnitSensitiveFormatting
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool EnableUnitSensitiveFormatting {get; set;}
    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