Platform SDK: Performance Monitoring

SystemMonitor.ShowLegend

Retrieves or sets a value that indicates whether the legend, which is the listing of selected counters, is displayed in the line graph or histogram view. This is a read/write property.

Public Property ShowLegend( ) as Boolean

Remarks

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

Return Values

A Boolean value indicating whether the legend is being displayed in the line graph or histogram view.

Example

Graph1.ShowLegend=True

Requirements

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

See Also

System Monitor Automation Interface Overview, System Monitor Automation Interface Properties