Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlotAreaFrame.h
Go to the documentation of this file.
1 #import "CPTBorderedLayer.h"
2 
3 @class CPTAxisSet;
4 @class CPTPlotGroup;
5 @class CPTPlotArea;
6 
8 
9 @property (nonatomic, readonly, nullable) CPTPlotArea *plotArea;
10 @property (nonatomic, readwrite, strong, nullable) CPTAxisSet *axisSet;
11 @property (nonatomic, readwrite, strong, nullable) CPTPlotGroup *plotGroup;
12 
13 @end
CPTBorderedLayer.h
CPTPlotGroup
Defines the coordinate system of a plot.
Definition: CPTPlotGroup.h:6
CPTPlotAreaFrame::plotGroup
CPTPlotGroup * plotGroup
The plot group.
Definition: CPTPlotAreaFrame.h:11
CPTPlotAreaFrame::plotArea
CPTPlotArea * plotArea
The plot area.
Definition: CPTPlotAreaFrame.h:9
CPTBorderedLayer
A layer with a border line and background fill.
Definition: CPTBorderedLayer.h:7
CPTPlotArea
A layer representing the actual plotting area of a graph.
Definition: CPTPlotArea.h:76
CPTPlotAreaFrame
A layer drawn on top of the graph layer and behind all plot elements.
Definition: CPTPlotAreaFrame.h:8
CPTPlotAreaFrame::axisSet
CPTAxisSet * axisSet
The axis set.
Definition: CPTPlotAreaFrame.h:10
CPTAxisSet
A container layer for the set of axes for a graph.
Definition: CPTAxisSet.h:7