MonobjcMonobjc Documented Class Library
CPRangePlotField Enumeration
NamespacesMonobjc.CorePlotCPRangePlotField

Enumeration of range plot data source field types.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPRangePlotField
Public Enumeration CPRangePlotField
public enum class CPRangePlotField
Members
MemberDescription
CPRangePlotFieldX

X values.


CPRangePlotFieldY

Y values.


CPRangePlotFieldHigh

relative High values.


CPRangePlotFieldLow

relative Low values.


CPRangePlotFieldLeft

relative Left values.


CPRangePlotFieldRight

relative Right values.


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)