Platform SDK: Performance Monitoring

SystemMonitor.ShowValueBar

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

Public Property ShowValueBar( ) as Boolean

Remarks

The default value of this property is True, meaning that statistics are displayed.

The displayed statistics include the last value, the average value, and the minimum and maximum values of the currently selected counter over the displayed time interval.

Return Values

A Boolean value indicating whether statistics are being displayed.

Example

Graph1.ShowValueBar=False

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties