Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTDefinitions.h"
Go to the source code of this file.
Classes | |
class | CPTPlotRange |
Defines an immutable range of plot data. More... | |
Typedefs | |
typedef NSArray< CPTPlotRange * > | CPTPlotRangeArray |
An array of plot ranges. More... | |
typedef NSMutableArray< CPTPlotRange * > | CPTMutablePlotRangeArray |
A mutable array of plot ranges. More... | |
Enumerations | |
enum | CPTPlotRangeComparisonResult : NSInteger { CPTPlotRangeComparisonResultNumberBelowRange, CPTPlotRangeComparisonResultNumberInRange, CPTPlotRangeComparisonResultNumberAboveRange, CPTPlotRangeComparisonResultNumberUndefined } |
Enumeration of possible results of a plot range comparison. More... | |
typedef NSMutableArray<CPTPlotRange *> CPTMutablePlotRangeArray |
A mutable array of plot ranges.
typedef NSArray<CPTPlotRange *> CPTPlotRangeArray |
An array of plot ranges.
Enumeration of possible results of a plot range comparison.