Table of Contents

Enum ProjectionType

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Projection types for 3D camera.

public enum ProjectionType

Fields

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.