Intersoft ClientUI Documentation
ProtectedMaximum Property



Gets or sets the maximum value displayed in the range axis.
Syntax
Protected Property ProtectedMaximum As IComparable
Dim instance As RangeAxis
Dim value As IComparable
 
instance.ProtectedMaximum = value
 
value = instance.ProtectedMaximum
protected IComparable ProtectedMaximum {get; set;}
protected:
property IComparable^ ProtectedMaximum {
   IComparable^ get();
   void set (    IComparable^ 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

RangeAxis Class
RangeAxis Members

Send Feedback