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

Go to the source code of this file.

Classes

protocol  <CPTTradingRangePlotDataSource>
 A trading range plot data source. More...
 
protocol  <CPTTradingRangePlotDelegate>
 Trading range plot delegate. More...
 
class  CPTTradingRangePlot
 A trading range financial plot. More...
 

Typedefs

typedef NSStringCPTTradingRangePlotBinding
 Trading range plot bindings. More...
 

Enumerations

enum  CPTTradingRangePlotStyle : NSInteger { CPTTradingRangePlotStyleOHLC, CPTTradingRangePlotStyleCandleStick }
 Enumeration of Quote plot render style types. More...
 
enum  CPTTradingRangePlotField : NSInteger {
  CPTTradingRangePlotFieldX, CPTTradingRangePlotFieldOpen, CPTTradingRangePlotFieldHigh, CPTTradingRangePlotFieldLow,
  CPTTradingRangePlotFieldClose
}
 Enumeration of Quote plot data source field types. More...
 

Variables

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingXValues
 X values. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingOpenValues
 Open price values. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingHighValues
 High price values. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLowValues
 Low price values. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingCloseValues
 Close price values. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseFills
 Fills used with a candlestick plot when close >= open. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseFills
 Fills used with a candlestick plot when close < open. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLineStyles
 Line styles used to draw candlestick or OHLC symbols. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseLineStyles
 Line styles used to outline candlestick symbols when close >= open. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseLineStyles
 Line styles used to outline candlestick symbols when close < open. More...
 
CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingBarWidths
 Bar widths. More...
 

Typedef Documentation

◆ CPTTradingRangePlotBinding

Trading range plot bindings.

Enumeration Type Documentation

◆ CPTTradingRangePlotField

Enumeration of Quote plot data source field types.

Enumerator
CPTTradingRangePlotFieldX 

X values.

CPTTradingRangePlotFieldOpen 

Open values.

CPTTradingRangePlotFieldHigh 

High values.

CPTTradingRangePlotFieldLow 

Low values.

CPTTradingRangePlotFieldClose 

Close values.

◆ CPTTradingRangePlotStyle

Enumeration of Quote plot render style types.

Enumerator
CPTTradingRangePlotStyleOHLC 

Open-High-Low-Close (OHLC) plot.

CPTTradingRangePlotStyleCandleStick 

Candlestick plot.

Variable Documentation

◆ CPTTradingRangePlotBindingBarWidths

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingBarWidths

Bar widths.

◆ CPTTradingRangePlotBindingCloseValues

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingCloseValues

Close price values.

◆ CPTTradingRangePlotBindingDecreaseFills

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseFills

Fills used with a candlestick plot when close < open.

◆ CPTTradingRangePlotBindingDecreaseLineStyles

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseLineStyles

Line styles used to outline candlestick symbols when close < open.

◆ CPTTradingRangePlotBindingHighValues

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingHighValues

High price values.

◆ CPTTradingRangePlotBindingIncreaseFills

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseFills

Fills used with a candlestick plot when close >= open.

◆ CPTTradingRangePlotBindingIncreaseLineStyles

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseLineStyles

Line styles used to outline candlestick symbols when close >= open.

◆ CPTTradingRangePlotBindingLineStyles

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLineStyles

Line styles used to draw candlestick or OHLC symbols.

◆ CPTTradingRangePlotBindingLowValues

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLowValues

Low price values.

◆ CPTTradingRangePlotBindingOpenValues

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingOpenValues

Open price values.

◆ CPTTradingRangePlotBindingXValues

CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingXValues

X values.