MonobjcMonobjc Documented Class Library
CPScaleType Enumeration
NamespacesMonobjc.CorePlotCPScaleType

Enumeration of axis scale types.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPScaleType
Public Enumeration CPScaleType
public enum class CPScaleType
Members
MemberDescription
CPScaleTypeLinear

Linear axis scale.


CPScaleTypeLogN

Log base n axis scale.


CPScaleTypeLog10

Log base 10 axis scale.


CPScaleTypeAngular

Angular axis scale.


CPScaleTypeDateTime

Date/time axis scale.


CPScaleTypeCategory

Category axis scale.


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)