Click or drag to resize
NChartInitialXAngle Property
Initial rotation angle around the X-Axis (horizontal axis) in radians (has effect in 3D mode only). The default value is -0.87 (-50 degrees). This is the angle the chart is rotated back to if you call ResetTransformations method.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float InitialXAngle { get; set; }

Property Value

Type: Single
See Also