Default:
RangeType.Bounded
.
Visual Basic (Declaration)
C#
The
RangeType
specifies how to interpret values which go out of the whole classification range [BottomValue,TopValue]
. RangeType.UnboundedBottom
means that values below the BottomValue
are classified to the first class of the Classes
collection. RangeType.UnboundedTop
means that values above the TopValue
are classified to the last class of the Classes
collection. RangeType.Unbounded
means applying both actions from above.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family