Enumeration of cache precisions.
| C# | Visual Basic | Visual C++ |
public enum CPPlotCachePrecision
Public Enumeration CPPlotCachePrecision
public enum class CPPlotCachePrecision
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)