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


In This Topic
    DateTimeUnitFormatterPairs Property (NDateTimeScaleConfigurator)
    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 NDateTimeUnitFormatterPairCollection
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As NDateTimeUnitFormatterPairCollection
     
    instance.DateTimeUnitFormatterPairs = value
     
    value = instance.DateTimeUnitFormatterPairs
    [System.Xml.Serialization.XmlIgnore()]
    public NDateTimeUnitFormatterPairCollection 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