Platform SDK: Performance Monitoring

SystemMonitor.ShowScaleLabels

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

Public Property ShowScaleLabels( ) as Boolean

Remarks

The default value of this property is True, meaning that the vertical scale is displayed in the line graph or histogram view.

Return Values

A Boolean value indicating whether the scale labels are being displayed.

Example

Graph1.ShowScaleLabels=False

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties