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

Trading range plot properties that can be animated using Core Animation. More...

+ Collaboration diagram for Trading Range Plot:

Appearance

CGFloat CPTTradingRangePlot::barWidth
 The width of bars in candlestick plots (view coordinates). More...
 
CGFloat CPTTradingRangePlot::stickLength
 The length of close and open sticks on OHLC plots (view coordinates). More...
 
CGFloat CPTTradingRangePlot::barCornerRadius
 The corner radius used for candlestick plots. Defaults to 0.0. More...
 
BOOL CPTTradingRangePlot::showBarBorder
 If YES, the candlestick body will show a border. More...
 

Detailed Description

Trading range plot properties that can be animated using Core Animation.

Properties

◆ barCornerRadius

- (CGFloat) barCornerRadius
readwritenonatomicassign

The corner radius used for candlestick plots. Defaults to 0.0.

◆ barWidth

- (CGFloat) barWidth
readwritenonatomicassign

The width of bars in candlestick plots (view coordinates).

◆ showBarBorder

- (BOOL) showBarBorder
readwritenonatomicassign

If YES, the candlestick body will show a border.

◆ stickLength

- (CGFloat) stickLength
readwritenonatomicassign

The length of close and open sticks on OHLC plots (view coordinates).