Go to the source code of this file.
|
enum | CPTScatterPlotField : NSInteger { CPTScatterPlotFieldX,
CPTScatterPlotFieldY
} |
| Enumeration of scatter plot data source field types. More...
|
|
enum | CPTScatterPlotInterpolation : NSInteger { CPTScatterPlotInterpolationLinear,
CPTScatterPlotInterpolationStepped,
CPTScatterPlotInterpolationHistogram,
CPTScatterPlotInterpolationCurved
} |
| Enumeration of scatter plot interpolation algorithms. More...
|
|
enum | CPTScatterPlotCurvedInterpolationOption : NSInteger {
CPTScatterPlotCurvedInterpolationNormal,
CPTScatterPlotCurvedInterpolationCatmullRomUniform,
CPTScatterPlotCurvedInterpolationCatmullRomCentripetal,
CPTScatterPlotCurvedInterpolationCatmullRomChordal,
CPTScatterPlotCurvedInterpolationCatmullCustomAlpha,
CPTScatterPlotCurvedInterpolationHermiteCubic
} |
| Enumration of scatter plot curved interpolation style options. More...
|
|
enum | CPTScatterPlotHistogramOption : NSInteger { CPTScatterPlotHistogramNormal,
CPTScatterPlotHistogramSkipFirst,
CPTScatterPlotHistogramSkipSecond,
CPTScatterPlotHistogramOptionCount
} |
| Enumeration of scatter plot histogram style options. More...
|
|
◆ CPTScatterPlotBinding
◆ CPTScatterPlotCurvedInterpolationOption
Enumration of scatter plot curved interpolation style options.
Enumerator |
---|
CPTScatterPlotCurvedInterpolationNormal | Standard Curved Interpolation (Bezier Curve)
|
CPTScatterPlotCurvedInterpolationCatmullRomUniform | Catmull-Rom Spline Interpolation with alpha = 0.0 .
|
CPTScatterPlotCurvedInterpolationCatmullRomCentripetal | Catmull-Rom Spline Interpolation with alpha = 0.5 .
|
CPTScatterPlotCurvedInterpolationCatmullRomChordal | Catmull-Rom Spline Interpolation with alpha = 1.0 .
|
CPTScatterPlotCurvedInterpolationCatmullCustomAlpha | Catmull-Rom Spline Interpolation with a custom alpha value.
|
CPTScatterPlotCurvedInterpolationHermiteCubic | Hermite Cubic Spline Interpolation.
|
◆ CPTScatterPlotField
Enumeration of scatter plot data source field types.
Enumerator |
---|
CPTScatterPlotFieldX | X values.
|
CPTScatterPlotFieldY | Y values.
|
◆ CPTScatterPlotHistogramOption
Enumeration of scatter plot histogram style options.
Enumerator |
---|
CPTScatterPlotHistogramNormal | Standard histogram.
|
CPTScatterPlotHistogramSkipFirst | Skip the first step of the histogram.
|
CPTScatterPlotHistogramSkipSecond | Skip the second step of the histogram.
|
CPTScatterPlotHistogramOptionCount | The number of histogram options available.
|
◆ CPTScatterPlotInterpolation
Enumeration of scatter plot interpolation algorithms.
Enumerator |
---|
CPTScatterPlotInterpolationLinear | Linear interpolation.
|
CPTScatterPlotInterpolationStepped | Steps beginning at data point.
|
CPTScatterPlotInterpolationHistogram | Steps centered at data point.
|
CPTScatterPlotInterpolationCurved | Curved interpolation.
|