Nevron.Chart Namespace / NTimelineScaleRow Class / DateTimeUnitFormatterPairs Property


DateTimeUnitFormatterPairs Property (NTimelineScaleRow)
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
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