![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTDefinitions.h"
Include dependency graph for CPTPlotRange.h:
This graph shows which files directly or indirectly include this file: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.