Camera3DRotationYMaximum Property |
LightningChart .NET Help
Maximum allowed value of
RotationY property.
This can be used to limit camera orientation / location
to some specific area.
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), "720")]
public double RotationYMaximum { get; set; }<DefaultValueAttribute(GetType(Double), "720")>
Public Property RotationYMaximum As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"720")]
property double RotationYMaximum {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also