iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIMeshPaletteMode
enum SCIMeshPaletteMode : NSUInteger {}
Enumerable constants which define the Mesh Palette mode.
-
Draw the
SCIMeshColorPaletteas a Height-map with interpolation between cells.Declaration
Objective-C
SCIMeshPaletteMode_HeightMapInterpolated -
Draw the
SCIMeshColorPaletteas a Height-map with solid color stepping between cells.Declaration
Objective-C
SCIMeshPaletteMode_HeightMapSolidCells -
Draw the
SCIMeshColorPaletteas a Texture (e.g. ignores height mapping) with interpolation between cells.Declaration
Objective-C
SCIMeshPaletteMode_Textured -
Draw the
SCIMeshColorPaletteas a Texture (e.g. ignores height mapping) with solid color stepping between cells.Declaration
Objective-C
SCIMeshPaletteMode_TexturedSolidCells
View on GitHub