MonobjcMonobjc Documented Class Library
CPPlotRangeComparisonResult Enumeration
NamespacesMonobjc.CorePlotCPPlotRangeComparisonResult

Enumeration of possible results of a plot range comparison.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPPlotRangeComparisonResult
Public Enumeration CPPlotRangeComparisonResult
public enum class CPPlotRangeComparisonResult
Members
MemberDescription
CPPlotRangeComparisonResultNumberBelowRange

Number is below the range.


CPPlotRangeComparisonResultNumberInRange

Number is in the range.


CPPlotRangeComparisonResultNumberAboveRange

Number is above the range.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)