SystemMonitor.ShowValueBar property

Retrieves or sets a value that determines whether the value bar (the set of statistical values below the graph) is displayed on the control.

This property is read-only.

Syntax

Property ShowValueBar As Boolean

Property value

True indicates that the value bar is displayed on the control; otherwise false. The default value for this property is true.

Remarks

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. To select the counter values to display, the user must select the counter in the Legend pane of the control.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor