Camera3DFieldOfViewAngle Property |
LightningChart .NET Help
Field of view, that is, perspective angle.
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), "45")]
public double FieldOfViewAngle { get; set; }<DefaultValueAttribute(GetType(Double), "45")>
Public Property FieldOfViewAngle As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"45")]
property double FieldOfViewAngle {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also