Rotation angle around the X-Axis (horizontal axis) in radians (has effect in 3D mode only).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float XAngle { get; set; }
Public Property XAngle As Single
Get
Set
public:
virtual property float XAngle {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also