Camera3DOrientationMode Property |
LightningChart .NET Help
Type of orientation angle definition used in camera orientation.
This affects how on the orientation angles (RotationX,
RotationY and RotationZ) are interpreted
and how do they affect the camera orientation / position.
See OrientationModes for more detailed description of options.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(OrientationModes.ZXY_Extrinsic)]
public OrientationModes OrientationMode { get; set; }<DefaultValueAttribute(OrientationModes.ZXY_Extrinsic)>
Public Property OrientationMode As OrientationModes
Get
Set
public:
[DefaultValueAttribute(OrientationModes::ZXY_Extrinsic)]
property OrientationModes OrientationMode {
OrientationModes get ();
void set (OrientationModes value);
}Property Value
Type:
OrientationModes
See Also