
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
SCIMeshColorPalette
as a Height-map with interpolation between cells.Declaration
Objective-C
SCIMeshPaletteMode_HeightMapInterpolated
-
Draw the
SCIMeshColorPalette
as a Height-map with solid color stepping between cells.Declaration
Objective-C
SCIMeshPaletteMode_HeightMapSolidCells
-
Draw the
SCIMeshColorPalette
as a Texture (e.g. ignores height mapping) with interpolation between cells.Declaration
Objective-C
SCIMeshPaletteMode_Textured
-
Draw the
SCIMeshColorPalette
as a Texture (e.g. ignores height mapping) with solid color stepping between cells.Declaration
Objective-C
SCIMeshPaletteMode_TexturedSolidCells