Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlotGroup.h
Go to the documentation of this file.
1 #import "CPTLayer.h"
2 
3 @class CPTPlot;
4 
5 @interface CPTPlotGroup : CPTLayer
6 
9 -(void)addPlot:(nonnull CPTPlot *)plot;
10 -(void)removePlot:(nullable CPTPlot *)plot;
11 -(void)insertPlot:(nonnull CPTPlot *)plot atIndex:(NSUInteger)idx;
13 
14 @end
CPTPlotGroup
Defines the coordinate system of a plot.
Definition: CPTPlotGroup.h:6
NSUInteger
typedef NSUInteger
CPTLayer
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:83
CPTPlot
An abstract plot class.
Definition: CPTPlot.h:258
CPTLayer.h