Enum ProjectionType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Projection types for 3D camera.
public enum ProjectionType
Fields
Orthographic = 0Orthographic projection.
OrthographicLegacy = 1Orthographic projection with dimensions scaling. Works the same way as OrthographicCamera property worked in LightningChart v8.3 and previous versions. Slower zooming than Orthographic ProjectionType.
Perspective = 2Perspective projection.