Click or drag to resize

Camera3DTarget Property

LightningChart .NET Help
Target 3D world coordinate. Camera is targeted towards this coordinate. Use (0,0,0) to center in the 3D view. View distance is calculated from this target.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDoubleXYZ Target { get; set; }

Property Value

Type: PointDoubleXYZ
See Also