Platform SDK: Performance Monitoring |
Retrieves or sets a value indicating whether the selected counter data is highlighted in the line graph or histogram view. This is a read/write property.
Public Property Highlight( ) as Boolean
You set Highlight to a Boolean value indicating whether the selected counter's data will be highlighted in the view. The default value is False. When the property is set to True, the selected line or bar displaying counter data is highlighted.
Highlighting can be black or white, depending on the value of the BackColor property. The highlighting is automatically set to the color that will provide sufficient contrast between the colors in the line graph or histogram view.
A Boolean value indicating whether the selected counter data is highlighted in the line graph or histogram view.
Graph1.Highlight=False
Windows NT/2000: Requires Windows 2000.
Header: Smonctrl.odl.
System Monitor Automation Interface Overview, System Monitor Automation Interface Properties