iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCICandlestickDynamicPathColorProvider
@protocol ISCICandlestickDynamicPathColorProvider <ISCIDynamicPathColorProvider>
Defines the interface for specifying dynamic ISCIPathColor for candlesticks.
-
Gets the candlestick up
ISCIPathColor.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIPathColor> _Nonnull upPathColor;Swift
var upPathColor: any ISCIPathColor { get } -
Gets the candlestick down
ISCIPathColor.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIPathColor> _Nonnull downPathColor;Swift
var downPathColor: any ISCIPathColor { get }
View on GitHub