
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;
-
Gets the candlestick down
ISCIPathColor
.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<ISCIPathColor> _Nonnull downPathColor;