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


In This Topic
    DateTimeUnitFormatterPairs Property (NTimeSpanScaleConfigurator)
    In This Topic
    Gets or sets a collection of date time unit and associated formatter
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property DateTimeUnitFormatterPairs As NTimeUnitFormatterPairCollection
    'Usage
     
    
    Dim instance As NTimeSpanScaleConfigurator
    Dim value As NTimeUnitFormatterPairCollection
     
    instance.DateTimeUnitFormatterPairs = value
     
    value = instance.DateTimeUnitFormatterPairs
    [System.Xml.Serialization.XmlIgnore()]
    public NTimeUnitFormatterPairCollection DateTimeUnitFormatterPairs {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