Rotation about X-axis.

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

Syntax

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

Remarks

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

See Also