iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIDynamicPathColorProvider
@protocol ISCIDynamicPathColorProvider <ISCIDisposable>
Defines the interface for specifying dynamic ISCIPathColor.
-
Creates a
ISCIPathColorfrom specified color.Declaration
Objective-C
- (nonnull id<ISCIPathColor>)createFromColor:(unsigned int)colorCode;Swift
func create(fromColor colorCode: UInt32) -> any ISCIPathColorParameters
colorCodeThe color to create
ISCIPathColorfrom.Return Value
The
ISCIPathColorinstance.
View on GitHub