Enumeration of possible results of a plot range comparison.
| C# | Visual Basic | Visual C++ |
public enum CPPlotRangeComparisonResult
Public Enumeration CPPlotRangeComparisonResult
public enum class CPPlotRangeComparisonResult
| Member | Description |
|---|---|
| CPPlotRangeComparisonResultNumberBelowRange | Number is below the range. |
| CPPlotRangeComparisonResultNumberInRange | Number is in the range. |
| CPPlotRangeComparisonResultNumberAboveRange | Number is above the range. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)