NChartPolarAngle Property |
Rotation angle of the polar coordinate system in radians (has effect in 2D mode only).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float PolarAngle { get; set; }
Public Property PolarAngle As Single
Get
Set
public:
virtual property float PolarAngle {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also