Rotation about Z-axis.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
[DefaultValueAttribute(135)]
public virtual int RotationZ { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
<DefaultValueAttribute(135)> _
Public Overridable Property RotationZ As Integer
	Get
	Set

Remarks

Specifies the number of degrees of rotation of the plot cube about the Z-axis.

See Also