iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIStrokePaletteProvider
@protocol ISCIStrokePaletteProvider <ISCIPaletteProvider>
Defines the interface to a stroke PaletteProvide which allows to override stroke color on SCIRenderableSeriesBase.
-
Gets the stroke colors provided by this palette provider.
Declaration
Objective-C
@property (nonatomic, readonly) SCIUnsignedIntegerValues *_Nonnull strokeColors;Swift
var strokeColors: SCIUnsignedIntegerValues { get }
View on GitHub