NChartPermanentRotationX Property |
Flag determining if permanent rotation around X-Axis is on (true), or off (false). The default value is false.
Use this flag if you want the chart to rotate around X-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 PermanentRotationX { get; set; }
Public Property PermanentRotationX As Boolean
Get
Set
public:
virtual property bool PermanentRotationX {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also