
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
SCIFastUniformHeatmapRenderableSeries
should calculate colors for its render pass data.Declaration
Objective-C
@property (nonatomic, readonly) BOOL shouldSetColors;