CounterItem.LineStyle property
Retrieves or sets the line style used to graph the counter value.
This property is read/write.
Syntax
Property LineStyle As Long
Property value
The line style used to graph the counter value. The values correspond to system constants shown in the following table.
Value | Meaning |
---|---|
|
Solid line. This is the default value. |
|
Dotted line with long segments and narrow spaces. |
|
Dotted line with uniform segments and spaces. |
|
Dotted line with alternating short and long segments. |
|
Dotted line with alternating dashes and double dots. |
Exceptions
Exception type | Condition |
---|---|
System.ArgumentException | The specified line style is not valid. |
Remarks
To specify a value other than DashStyle.Solid, CounterItem.Width must be set to 1. If the width is greater than 1, SYSMON ignores the specified line style and uses DashStyle.Solid.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
DLL |
|