[]
The Chart3DGridLines class and its properties are used for control appearance of grid.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DGridLines
It is returned by the MajorGrid property of a Chart3DAxis.
| Name | Description |
|---|---|
| IsOnXYPlane | Gets or sets whether grid lines are to appear on the XY-plane. |
| IsOnXZPlane | Gets or sets whether grid lines are to appear on the XZ-plane. |
| IsOnYZPlane | Gets or sets whether grid lines are to appear on the YZ-plane. |
| Style | Gets or sets line style for drawing grid. |