![]() |
Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Binding identifiers for scatter plots. More...
Collaboration diagram for Scatter Plot Bindings:| CPTScatterPlotBinding __nonnull const | CPTScatterPlotBindingXValues |
| X values. More... | |
| CPTScatterPlotBinding __nonnull const | CPTScatterPlotBindingYValues |
| Y values. More... | |
| CPTScatterPlotBinding __nonnull const | CPTScatterPlotBindingPlotSymbols |
| Plot symbols. More... | |
Binding identifiers for scatter plots.
| CPTScatterPlotBinding __nonnull const CPTScatterPlotBindingPlotSymbols |
Plot symbols.
| CPTScatterPlotBinding __nonnull const CPTScatterPlotBindingXValues |
X values.
| CPTScatterPlotBinding __nonnull const CPTScatterPlotBindingYValues |
Y values.
|
readwritenonatomicstrong |
The Y coordinate of the straight boundary of the area fill. If not a number, the area is not filled.
Typically set to the minimum value of the Y range, but it can be any value that gives the desired appearance.
|
readwritenonatomicstrong |
The Y coordinate of the straight boundary of the secondary area fill. If not a number, the area is not filled.
Typically set to the maximum value of the Y range, but it can be any value that gives the desired appearance.
|
readwritenonatomicassign |
The custom alpha value used when the CPTScatterPlotCurvedInterpolationCatmullCustomAlpha interpolation is selected. Default is 0.5.
0.0 and 1.0.
|
readwritenonatomicassign |
The interpolation method used to generate the curved plot line (interpolation = CPTScatterPlotInterpolationCurved) Default is CPTScatterPlotCurvedInterpolationNormal.
|
readwritenonatomicassign |
The drawing style for a histogram plot line (interpolation = CPTScatterPlotInterpolationHistogram). Default is CPTScatterPlotHistogramNormal.
|
readwritenonatomicassign |
The interpolation algorithm used for lines between data points. Default is CPTScatterPlotInterpolationLinear.