Intersoft ClientUI Documentation
IntervalType Property (DateTimeAxis)



Gets or sets the interval to use for the axis.
Syntax
Public Property IntervalType As DateTimeIntervalType
Dim instance As DateTimeAxis
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

DateTimeAxis Class
DateTimeAxis Members

Send Feedback