iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIUniformHeatmapPaletteProvider
@protocol ISCIUniformHeatmapPaletteProvider <ISCIPaletteProvider>
Defines the interface to a uniform heat map PaletteProvide which allows to override heat map colors provided by SCIFastUniformHeatmapRenderableSeries.
-
Gets the value indicating whether
SCIFastUniformHeatmapRenderableSeriesshould calculate colors for its render pass data.Declaration
Objective-C
@property (nonatomic, readonly) BOOL shouldSetColors;Swift
var shouldSetColors: Bool { get }
View on GitHub