Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
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 NSString * | CPTRangePlotBinding |
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 NSString* CPTRangePlotBinding |
Range plot bindings.
enum CPTRangePlotField : NSInteger |