Rotation about Y-axis.

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

Syntax

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

Remarks

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

See Also