Returns or sets a value that determines whether or not the connecting data point lines on a chart are displayed for a series.
Syntax
object.ShowGuideLines (axisId, index) [ = boolean ]
The ShowGuideLine property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| axisId | Integer. A VtChAxisId constant describing the series axis you want to set this property for. |
| index | Integer. An integer reserved for future use. For this version of MSChart control, 1 is the only valid value for this argument. |
| boolean | A Boolean expression that controls whether the series is charted on the secondary axis, as described in Settings. |
Settings
The settings for boolean are:
| Setting | Description |
| True | The series guidelines are displayed. |
| False | (Default) The series guidelines are not displayed. |