Click or drag to resize
NChartPermanentRotationY Property
Flag determining if permanent rotation around Y-Axis is on (true), or off (false). The default value is false. Use this flag if you want the chart to rotate around Y-Axis without any interactions. This property takes effect in 3D mode only.

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

Property Value

Type: Boolean
See Also