MonobjcMonobjc Documented Class Library
CPPlotCachePrecision Enumeration
NamespacesMonobjc.CorePlotCPPlotCachePrecision

Enumeration of cache precisions.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPPlotCachePrecision
Public Enumeration CPPlotCachePrecision
public enum class CPPlotCachePrecision
Members
MemberDescription
CPPlotCachePrecisionAuto

Cache precision is determined automatically from the data. All cached data will be converted to match the last data loaded.


CPPlotCachePrecisionDouble

All cached data will be converted to double precision.


CPPlotCachePrecisionDecimal

All cached data will be converted to NSDecimal.


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)