Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTScatterPlot.m File Reference
#import "CPTScatterPlot.h"
#import "CPTExceptions.h"
#import "CPTFill.h"
#import "CPTLegend.h"
#import "CPTLineStyle.h"
#import "CPTMutableNumericData.h"
#import "CPTPathExtensions.h"
#import "CPTPlotArea.h"
#import "CPTPlotRange.h"
#import "CPTPlotSpace.h"
#import "CPTPlotSpaceAnnotation.h"
#import "CPTUtilities.h"
#import "CPTXYPlotSpace.h"
#import "NSCoderExtensions.h"
#import <tgmath.h>
+ Include dependency graph for CPTScatterPlot.m:

Variables

CPTScatterPlotBinding const CPTScatterPlotBindingXValues = @"xValues"
 X values. More...
 
CPTScatterPlotBinding const CPTScatterPlotBindingYValues = @"yValues"
 Y values. More...
 
CPTScatterPlotBinding const CPTScatterPlotBindingPlotSymbols = @"plotSymbols"
 Plot symbols. More...
 

Variable Documentation

◆ CPTScatterPlotBindingPlotSymbols

CPTScatterPlotBinding const CPTScatterPlotBindingPlotSymbols = @"plotSymbols"

Plot symbols.

◆ CPTScatterPlotBindingYValues

CPTScatterPlotBinding const CPTScatterPlotBindingYValues = @"yValues"

Y values.