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

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

Syntax

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

Remarks

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

See Also