Camera3DRotationYMinimum Property |
LightningChart .NET Help
Minimum 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 RotationYMinimum { get; set; }<DefaultValueAttribute(GetType(Double), "-720")>
Public Property RotationYMinimum As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"-720")]
property double RotationYMinimum {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also