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