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

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 NSStringCPTBarPlotBinding
 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 Documentation

◆ CPTBarPlotBinding

Bar plot bindings.

Enumeration Type Documentation

◆ CPTBarPlotField

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).

Variable Documentation

◆ CPTBarPlotBindingBarBases

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarBases

Bar bases.

◆ CPTBarPlotBindingBarFills

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarFills

Bar fills.

◆ CPTBarPlotBindingBarLineStyles

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarLineStyles

Bar line styles.

◆ CPTBarPlotBindingBarLocations

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarLocations

Bar locations.

◆ CPTBarPlotBindingBarTips

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarTips

Bar tips.

◆ CPTBarPlotBindingBarWidths

CPTBarPlotBinding __nonnull const CPTBarPlotBindingBarWidths

Bar widths.