NChartPermanentRotationYSpeed Property |
Speed of permanent rotation around Y-Axis (in radians per second). The default value is 0.
See PermanentRotationY for more info about permanent rotation.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float PermanentRotationYSpeed { get; set; }
Public Property PermanentRotationYSpeed As Single
Get
Set
public:
virtual property float PermanentRotationYSpeed {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also