Enumeration of scatter plot interpolation algorithms.
| C# | Visual Basic | Visual C++ |
public enum CPScatterPlotInterpolation
Public Enumeration CPScatterPlotInterpolation
public enum class CPScatterPlotInterpolation
| Member | Description |
|---|---|
| CPScatterPlotInterpolationLinear | Linear interpolation. |
| CPScatterPlotInterpolationStepped | Steps beginnning at data point. |
| CPScatterPlotInterpolationHistogram | Steps centered at data point. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)