Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlotRange.h File Reference
#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 Documentation

◆ CPTMutablePlotRangeArray

A mutable array of plot ranges.

◆ CPTPlotRangeArray

An array of plot ranges.

Enumeration Type Documentation

◆ CPTPlotRangeComparisonResult

Enumeration of possible results of a plot range comparison.

Enumerator
CPTPlotRangeComparisonResultNumberBelowRange 

Number is below the range.

CPTPlotRangeComparisonResultNumberInRange 

Number is in the range.

CPTPlotRangeComparisonResultNumberAboveRange 

Number is above the range.

CPTPlotRangeComparisonResultNumberUndefined 

Number is undefined (e.g., NaN).