Click or drag to resize

ProjectionType Enumeration

LightningChart .NET Help
Projection types for 3D camera.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum ProjectionType
Members
Member nameValueDescription
Orthographic0 Orthographic projection.
OrthographicLegacy1 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.
Perspective2 Perspective projection.
See Also