Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
Go to the source code of this file.
Classes | |
protocol | <CPTBarPlotDataSource> |
A bar plot data source. More... | |
protocol | <CPTBarPlotDelegate> |
Bar plot delegate. More... | |
class | CPTBarPlot |
A two-dimensional bar plot. More... | |
Typedefs | |
typedef NSString * | CPTBarPlotBinding |
Bar plot bindings. More... | |
Enumerations | |
enum | CPTBarPlotField : NSInteger { CPTBarPlotFieldBarLocation, CPTBarPlotFieldBarTip, CPTBarPlotFieldBarBase } |
Enumeration of bar plot data source field types. More... | |
Variables | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarLocations |
Bar locations. More... | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarTips |
Bar tips. More... | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarBases |
Bar bases. More... | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarFills |
Bar fills. More... | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarLineStyles |
Bar line styles. More... | |
CPTBarPlotBinding __nonnull const | CPTBarPlotBindingBarWidths |
Bar widths. More... | |
typedef NSString* CPTBarPlotBinding |
Bar plot bindings.
enum CPTBarPlotField : NSInteger |
Enumeration of bar plot data source field types.
Enumerator | |
---|---|
CPTBarPlotFieldBarLocation | Bar location on independent coordinate axis. |
CPTBarPlotFieldBarTip | Bar tip value. |
CPTBarPlotFieldBarBase | Bar base (used only if barBasesVary is YES). |