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.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "50")]
public double MinimumViewDistance { get; set; }<DefaultValueAttribute(GetType(Double), "50")>
Public Property MinimumViewDistance As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"50")]
property double MinimumViewDistance {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also