![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
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 NSString * | CPTTradingRangePlotBinding |
| 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... | |
| typedef NSString* CPTTradingRangePlotBinding |
Trading range plot bindings.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingBarWidths |
Bar widths.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingCloseValues |
Close price values.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseFills |
Fills used with a candlestick plot when close < open.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingDecreaseLineStyles |
Line styles used to outline candlestick symbols when close < open.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingHighValues |
High price values.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseFills |
Fills used with a candlestick plot when close >= open.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingIncreaseLineStyles |
Line styles used to outline candlestick symbols when close >= open.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLineStyles |
Line styles used to draw candlestick or OHLC symbols.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingLowValues |
Low price values.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingOpenValues |
Open price values.
| CPTTradingRangePlotBinding __nonnull const CPTTradingRangePlotBindingXValues |
X values.