Returns or sets a value that determines whether the lines connecting data points on a chart are visible.
Syntax
object.ShowLine [ = boolean]
The ShowLine property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression that controls whether lines are displayed, as described in Settings. |
Settings
The settings for boolean are:
| Setting | Description |
| True | (Default) The lines connecting data points appear on the chart. |
| False | The data point lines do not appear. |