ProjectionType Enumeration |
LightningChart .NET Help
Projection types for 3D camera.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ProjectionType
Public Enumeration ProjectionType
public enum class ProjectionType
Members|
| Member name | Value | Description |
|---|
| Orthographic | 0 |
Orthographic projection.
|
| OrthographicLegacy | 1 |
Orthographic 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 | 2 |
Perspective projection.
|
See Also