Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTGridLineGroup.h
Go to the documentation of this file.
1 #import "CPTLayer.h"
2 
3 @class CPTPlotArea;
4 
6 
7 @property (nonatomic, readwrite, cpt_weak_property, nullable) CPTPlotArea *plotArea;
8 @property (nonatomic, readwrite) BOOL major;
9 
10 @end
CPTGridLineGroup::major
BOOL major
If YES, draw the major grid lines, else draw the minor grid lines.
Definition: CPTGridLineGroup.h:8
CPTGridLineGroup::plotArea
CPTPlotArea * plotArea
The plot area that this grid line group belongs to.
Definition: CPTGridLineGroup.h:7
CPTLayer
Base class for all Core Animation layers in Core Plot.
Definition: CPTLayer.h:83
CPTPlotArea
A layer representing the actual plotting area of a graph.
Definition: CPTPlotArea.h:76
CPTLayer.h
cpt_weak_property
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:32
CPTGridLineGroup
A group of grid line layers.
Definition: CPTGridLineGroup.h:6