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