Camera3DRotationXMinimum Property |
LightningChart .NET Help
Minimum allowed value of
RotationX property.
This can be used to limit camera orientation / location
to some specific area.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "-720")]
public double RotationXMinimum { get; set; }<DefaultValueAttribute(GetType(Double), "-720")>
Public Property RotationXMinimum As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"-720")]
property double RotationXMinimum {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also