Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTRangePlot.h File Reference
#import "CPTDefinitions.h"
#import "CPTLineStyle.h"
#import "CPTPlot.h"
+ Include dependency graph for CPTRangePlot.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <CPTRangePlotDataSource>
 A range plot data source. More...
 
protocol  <CPTRangePlotDelegate>
 Range plot delegate. More...
 
class  CPTRangePlot
 A plot class representing a range of values in one coordinate, such as typically used to show errors. A range plot can show bars (error bars), or an area fill, or both. More...
 

Typedefs

typedef NSStringCPTRangePlotBinding
 Range plot bindings. More...
 

Enumerations

enum  CPTRangePlotField : NSInteger {
  CPTRangePlotFieldX, CPTRangePlotFieldY, CPTRangePlotFieldHigh, CPTRangePlotFieldLow,
  CPTRangePlotFieldLeft, CPTRangePlotFieldRight
}
 Enumeration of range plot data source field types. More...
 
enum  CPTRangePlotFillDirection : NSInteger { CPTRangePlotFillHorizontal, CPTRangePlotFillVertical }
 Enumeration of range plot data fill directions. More...
 

Variables

CPTRangePlotBinding __nonnull const CPTRangePlotBindingXValues
 X values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingYValues
 Y values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingHighValues
 High values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingLowValues
 Low values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingLeftValues
 Left price values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingRightValues
 Right price values. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarLineStyles
 Bar line styles. More...
 
CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarWidths
 Bar widths. More...
 

Typedef Documentation

◆ CPTRangePlotBinding

Range plot bindings.

Enumeration Type Documentation

◆ CPTRangePlotField

Enumeration of range plot data source field types.

Enumerator
CPTRangePlotFieldX 

X values.

CPTRangePlotFieldY 

Y values.

CPTRangePlotFieldHigh 

relative High values.

CPTRangePlotFieldLow 

relative Low values.

CPTRangePlotFieldLeft 

relative Left values.

CPTRangePlotFieldRight 

relative Right values.

◆ CPTRangePlotFillDirection

Enumeration of range plot data fill directions.

Enumerator
CPTRangePlotFillHorizontal 

Fill between the high and low values in a horizontal direction.

CPTRangePlotFillVertical 

Fill between the left and right values in a vertical direction.

Variable Documentation

◆ CPTRangePlotBindingBarLineStyles

CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarLineStyles

Bar line styles.

◆ CPTRangePlotBindingBarWidths

CPTRangePlotBinding __nonnull const CPTRangePlotBindingBarWidths

Bar widths.

◆ CPTRangePlotBindingHighValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingHighValues

High values.

◆ CPTRangePlotBindingLeftValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingLeftValues

Left price values.

◆ CPTRangePlotBindingLowValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingLowValues

Low values.

◆ CPTRangePlotBindingRightValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingRightValues

Right price values.

◆ CPTRangePlotBindingXValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingXValues

X values.

◆ CPTRangePlotBindingYValues

CPTRangePlotBinding __nonnull const CPTRangePlotBindingYValues

Y values.