iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCICameraProjectionMode
enum SCICameraProjectionMode : NSUInteger {}
Defines the projection mode enum values for ISCICameraController
.
-
The camera renders in perspective mode.
Declaration
Objective-C
SCICameraProjectionMode_Perspective
-
The camera renders in Orthogonal mode.
Declaration
Objective-C
SCICameraProjectionMode_Orthogonal