
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFreeSurfacePaletteMinMaxMode
enum SCIFreeSurfacePaletteMinMaxMode : NSUInteger {}
Enumeration constants to define the mode of SCIFreeSurfaceRenderableSeries3D.paletteMinimum
and SCIFreeSurfaceRenderableSeries3D.paletteMaximum
values.
-
Relative -
paletteMinimum
andpaletteMaximum
should be double values between 0.0 and 1.0.Declaration
Objective-C
SCIFreeSurfacePaletteMinMaxMode_Relative = 0
-
Absolute -
paletteMinimum
andpaletteMaximum
should be absolute values.Declaration
Objective-C
SCIFreeSurfacePaletteMinMaxMode_Absolute = 1