[]
Represetns properties used to control the appearance of grid.
public class Chart3DGridLines : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
IsOnXYPlane | Gets or sets a value indicating whether grid lines are to appear on the XY-plane. In 2D projections, grid lines are drawn perpendicular to the axis. |
IsOnXZPlane | Gets or sets a value indicating whether grid lines are to appear on the XZ-plane. In 2D projections, grid lines are drawn perpendicular to the axis. |
IsOnYZPlane | Gets or sets a value indicating whether grid lines are to appear on the YZ-plane. In 2D projections, grid lines are drawn perpendicular to the axis. |
Style | Gets the line style used to draw the grid. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |