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