Click or drag to resize

Camera3DMinimumViewDistance Property

LightningChart .NET Help
Gets or sets minimum View distance. This is a dependency property. Limits the adjust range of ViewDistance. In some cases, you don't want to let the user set the camera too near.

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

Property Value

Type: Double
See Also