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 -
paletteMinimumandpaletteMaximumshould be double values between 0.0 and 1.0.Declaration
Objective-C
SCIFreeSurfacePaletteMinMaxMode_Relative = 0 -
Absolute -
paletteMinimumandpaletteMaximumshould be absolute values.Declaration
Objective-C
SCIFreeSurfacePaletteMinMaxMode_Absolute = 1
View on GitHub