Intersoft ClientUI Documentation
ProtectedMinimum Property



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