Click or drag to resize

ProjectionType Enumeration

LightningChart .NET Help
Projection types for 3D camera.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
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