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


In This Topic
    EnableUnitSensitiveFormatting Property (NTimelineScaleRow)
    In This Topic
    Gets or sets a value indicating whether the labels in this row must use a date time unit sensitive formatting depending on the date time unit selected to decorate the row.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Labels")>
    <System.ComponentModel.DescriptionAttribute("Controls whether the row should use fixed or date time unit sensitive value formatting")>
    Public Property EnableUnitSensitiveFormatting As System.Boolean
    'Usage
     
    
    Dim instance As NTimelineScaleRow
    Dim value As System.Boolean
     
    instance.EnableUnitSensitiveFormatting = value
     
    value = instance.EnableUnitSensitiveFormatting
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Labels")]
    [System.ComponentModel.Description("Controls whether the row should use fixed or date time unit sensitive value formatting")]
    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