Camera3DOrientationMode Property |
LightningChart .NET Help
Type of orientation angle definition used in camera orientation.
This is a Dependency Property.
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.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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