Click or drag to resize

Camera3DTarget Property

LightningChart .NET Help
Gets or sets target 3D world coordinate. Camera is targeted towards this coordinate. This is a dependency property. Use (0,0,0) to center in the 3D view. View distance is calculated from this target.

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

Property Value

Type: PointDoubleXYZ
See Also