Platform SDK: Performance Monitoring

SystemMonitor.ShowVerticalGrid

Retrieves or sets a value that indicates whether vertical lines are displayed in the line graph or histogram view. This is a read/write property.

Public Property ShowVerticalGrid( ) as Boolean

Remarks

The default value of this property is False, meaning that vertical lines are not displayed in the line graph or histogram view.

Return Values

A value indicating whether vertical lines are being displayed in the line graph or histogram view.

Example

Graph1.ShowVerticalGrid=True

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Smonctrl.odl.

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties