Gets or sets whether grid lines are to appear on the XY-plane.

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

Syntax

C#
public bool IsOnXYPlane { get; set; }
Visual Basic
Public Property IsOnXYPlane As Boolean
	Get
	Set

Remarks

In 2D projections, grid lines are drawn perpendicular to the axis.

See Also