Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS

Range plot properties that can be animated using Core Animation. More...

+ Collaboration diagram for Range Plot:

Appearance

CGFloat CPTRangePlot::barWidth
 Width of the lateral sections of the bars. More...
 
CGFloat CPTRangePlot::gapHeight
 Height of the central gap. Set to zero to have no gap. More...
 
CGFloat CPTRangePlot::gapWidth
 Width of the central gap. Set to zero to have no gap. More...
 

Detailed Description

Range plot properties that can be animated using Core Animation.

Properties

◆ barWidth

- (CGFloat) barWidth
readwritenonatomicassign

Width of the lateral sections of the bars.

◆ gapHeight

- (CGFloat) gapHeight
readwritenonatomicassign

Height of the central gap. Set to zero to have no gap.

◆ gapWidth

- (CGFloat) gapWidth
readwritenonatomicassign

Width of the central gap. Set to zero to have no gap.