Determines whether scatter chart point sizes are dependant upon their distance from the eye. Set this property to true if the point sizes should be dependant upon distance from the eye.

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

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool DepthCue { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property DepthCue As Boolean
	Get
	Set

Remarks

Only for scatter chart.

See Also