Intersoft ClientUI Documentation
IntervalType Property (DateTimeAxisLabel)



Gets or sets the interval type of the DateTimeAxis2.
Syntax
Public Property IntervalType As DateTimeIntervalType
Dim instance As DateTimeAxisLabel
Dim value As DateTimeIntervalType
 
instance.IntervalType = value
 
value = instance.IntervalType
public DateTimeIntervalType IntervalType {get; set;}
public:
property DateTimeIntervalType IntervalType {
   DateTimeIntervalType get();
   void set (    DateTimeIntervalType value);
}
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

Reference

DateTimeAxisLabel Class
DateTimeAxisLabel Members

Send Feedback