NChartInitialYAngle Property |
Initial rotation angle around the Y-Axis (vertical axis) in radians (has effect in 3D mode only).
The default value is 3.93 (225 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 InitialYAngle { get; set; }
Public Property InitialYAngle As Single
Get
Set
public:
virtual property float InitialYAngle {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also