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