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


In This Topic
    DateTimeUnitFormatterPairs Property (NTimelineScaleRow)
    In This Topic
    Gets or sets a collection of date time unit and associated formatter
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.CategoryAttribute("Labels")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a collection of date time unit and associated formatter")>
    Public Property DateTimeUnitFormatterPairs As NDateTimeUnitFormatterPairCollection
    'Usage
     
    
    Dim instance As NTimelineScaleRow
    Dim value As NDateTimeUnitFormatterPairCollection
     
    instance.DateTimeUnitFormatterPairs = value
     
    value = instance.DateTimeUnitFormatterPairs
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.Category("Labels")]
    [System.ComponentModel.Description("Gets or sets a collection of date time unit and associated formatter")]
    public NDateTimeUnitFormatterPairCollection DateTimeUnitFormatterPairs {get; set;}
    Remarks
    This property has effect only when EnableUnitSensitiveFormatting is set to true
    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