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

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

Syntax

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

Remarks

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

See Also