Gets or sets scaling of the plot cube along X-axis.

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

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(1f)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public float XScale { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(1F)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property XScale As Single
	Get
	Set

Remarks

The amount of scaling in the X-axis direction, measured as relation to the height (Z-axis) of the cube.

See Also