NChartMarkerAngleY Property |
Rotation of the marker around the Y-axis in radians. This property is used for "volumetric" markers only
this means for those that are not plain.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float AngleY { get; set; }
Public Property AngleY As Single
Get
Set
public:
virtual property float AngleY {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also