Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTXYAxisSet.h
Go to the documentation of this file.
1
#import "
CPTAxisSet.h
"
2
3
@class
CPTXYAxis
;
4
5
@interface
CPTXYAxisSet
:
CPTAxisSet
6
7
@property
(nonatomic, readonly, nullable)
CPTXYAxis
*
xAxis
;
8
@property
(nonatomic, readonly, nullable)
CPTXYAxis
*
yAxis
;
9
10
@end
CPTXYAxisSet
A set of cartesian (X-Y) axes.
Definition:
CPTXYAxisSet.h:6
CPTXYAxisSet::xAxis
CPTXYAxis * xAxis
The x-axis.
Definition:
CPTXYAxisSet.h:7
CPTAxisSet.h
CPTXYAxis
A 2-dimensional cartesian (X-Y) axis class.
Definition:
CPTXYAxis.h:6
CPTXYAxisSet::yAxis
CPTXYAxis * yAxis
The y-axis.
Definition:
CPTXYAxisSet.h:8
CPTAxisSet
A container layer for the set of axes for a graph.
Definition:
CPTAxisSet.h:7
Source
CPTXYAxisSet.h
Generated by
1.8.18