Click or drag to resize

Camera3DMinimumViewDistance Property

LightningChart .NET Help
Minimum View distance. Limits the adjust range of ViewDistance. In some cases, you don't want to let the user set the camera too near.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "50")]
public double MinimumViewDistance { get; set; }

Property Value

Type: Double
See Also