Defines the visibility of the grid lines inside a plane (plot area side) within a cartesian 3D chart.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
[Flags]
public enum CartesianChart3DGridLinesVisibility
Fields
Both grid lines inside the plane are visible.
C#
All = X | Y | Z
No lines are displayed.
C#
None = 0
Lines originating from ticks on the X axis are visible.
C#
X = 1
Lines originating from ticks on the Y axis are visible.
C#
Y = 2
Lines originating from ticks on the Z axis are visible.
C#
Z = 4