SystemMonitor.MaximumScale property

Retrieves or sets the maximum value of the vertical (Y) axis of the graph.

This property is read-only.

Syntax

Property MaximumScale As Long

Property value

Positive maximum value of the vertical axis of the graph. The default maximum value of the vertical scale is 100. The lowest value that you can set the maximum value to is one more than the MinimumScale value. The highest value that you can set the maximum value to is 999,999,999.

Remarks

The control automatically adjusts the position of the scale numbers displayed on the vertical scale according to the size of the displayed 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

SystemMonitor.MinimumScale

SystemMonitor.ShowScaleLabels