Intersoft ClientUI Documentation
MaximumIntervalCount Property



Gets the maximum interval count when auto interval mode is used.
Syntax
Public Property MaximumIntervalCount As Integer
Dim instance As LinearAxis
Dim value As Integer
 
instance.MaximumIntervalCount = value
 
value = instance.MaximumIntervalCount
public int MaximumIntervalCount {get; set;}
public:
property int MaximumIntervalCount {
   int get();
   void set (    int 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

LinearAxis Class
LinearAxis Members

Send Feedback