Gets the floor object.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public Chart3DProjection Floor { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Floor As Chart3DProjection
	Get
	Set

Remarks

The projection of contours and zones onto the z=zmin plane. This property is used only in surface charts.

See Also