![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTAxisLabel.h"#import "CPTDefinitions.h"#import "CPTFill.h"#import "CPTLayer.h"#import "CPTLimitBand.h"#import "CPTPlotRange.h"#import "CPTTextStyle.h"
Include dependency graph for CPTAxis.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| protocol | <CPTAxisDelegate> |
| Axis labeling delegate. More... | |
| class | CPTAxis |
| An abstract axis class. More... | |
| category | CPTAxis(AbstractMethods) |
| CPTAxis abstract methods—must be overridden by subclasses. More... | |
Typedefs | |
| typedef NSArray< __kindof CPTAxis * > | CPTAxisArray |
| An array of axes. More... | |
| typedef NSMutableArray< __kindof CPTAxis * > | CPTMutableAxisArray |
| A mutable array of axes. More... | |
Enumerations | |
| enum | CPTAxisLabelingPolicy : NSInteger { CPTAxisLabelingPolicyNone, CPTAxisLabelingPolicyLocationsProvided, CPTAxisLabelingPolicyFixedInterval, CPTAxisLabelingPolicyAutomatic, CPTAxisLabelingPolicyEqualDivisions } |
| Enumeration of labeling policies. More... | |
| typedef NSArray<__kindof CPTAxis *> CPTAxisArray |
An array of axes.
| typedef NSMutableArray<__kindof CPTAxis *> CPTMutableAxisArray |
A mutable array of axes.
| enum CPTAxisLabelingPolicy : NSInteger |
Enumeration of labeling policies.