The System Monitor automation interface includes the following properties.
Property name |
Description |
CounterItem.Color |
Retrieves or sets the color of a graphed counter value. |
CounterItem.LineStyle |
Retrieves or sets the line style of a graphed counter value. |
CounterItem.Path |
Retrieves the path of a counter used by the control. |
CounterItem.ScaleFactor |
Retrieves or sets the scale factor used in displaying graphed counter values. |
CounterItem.Value |
Retrieves the current value of a counter. |
CounterItem.Width |
Retrieves or sets the width of the line used to display graphed counter values. |
Counters.Count |
Retrieves the number of CounterItem instances in the Counters object. |
Counters.Item |
Retrieves the specified instance of a CounterItem object from the Counters collection object. |
SystemMonitor.Appearance |
Retrieves or sets the appearance of the control to include or omit three-dimensional display effects. |
SystemMonitor.BackColor |
Retrieves or sets the color of the graph, histogram, or report where the counter data values are displayed. |
SystemMonitor.BackColorCtl |
Retrieves or sets the background color of the area that surrounds the graph, histogram, or report. |
SystemMonitor.BorderStyle |
Retrieves or sets the border style of the control. |
SystemMonitor.Counters |
Retrieves the collection of CounterItem objects included in the Counters collection object for the specified control. |
SystemMonitor.DisplayType |
Retrieves or sets the view type (that is, line graph, histogram, or report) of the control. |
SystemMonitor.Font |
Retrieves or sets the font of the control. |
SystemMonitor.ForeColor |
Retrieves or sets the color of the text that appears in the System Monitor's interface—that is, legend column names, labels, and statistics. |
SystemMonitor.GraphTitle |
Retrieves or sets the title of the System Monitor's graph window, line graph, or histogram view. |
SystemMonitor.GridColor |
Retrieves or sets the color of the grid lines in the System Monitor's graph window, in the line graph or histogram view. |
SystemMonitor.Highlight |
Retrieves or sets a value indicating whether the values of a counter are highlighted in the System Monitor's graph window, in the line graph or histogram view. |
SystemMonitor.LogFileName |
Retrieves or sets the name of an existing log file to be used as the source of counter values to be displayed in the System Monitor. |
SystemMonitor.LogViewStart |
Retrieves or sets the starting date and time for logged counter value data displayed in the System Monitor. |
SystemMonitor.LogViewEnd |
Retrieves or sets the ending date and time for logged counter value data displayed in the System Monitor. |
SystemMonitor.ManualUpdate |
Retrieves or sets a value indicating whether the contents of the System Monitor will be updated manually, or automatically at specified intervals. |
SystemMonitor.MaximumScale |
Retrieves or sets the maximum value of the vertical (Y) axis of the System Monitor's line graph or histogram view. |
SystemMonitor.MinimumScale |
Retrieves or sets the minimum value of the vertical (Y) axis of the System Monitor's line graph or histogram view. |
SystemMonitor.MonitorDuplicateInstances |
Retrieves or sets a value that determines whether multiple instances of counters can be monitored. |
SystemMonitor.ReadOnly |
Retrieves or sets a value that determines whether a user can modify properties of a control. |
SystemMonitor.ReportValueType |
Retrieves or sets a value that determines the statistics to be displayed when Report View or Histogram View is active . |
SystemMonitor.ShowHorizontalGrid |
Retrieves or sets a value that determines whether horizontal lines are displayed. |
SystemMonitor.ShowLegend |
Retrieves or sets a value that determines whether the legend is displayed. |
SystemMonitor.ShowScaleLabels |
Retrieves or sets a value that determines whether the scale labels of the vertical axis of the System Monitor's graph window (in line graph or histogram view) is displayed. |
SystemMonitor.ShowToolBar |
Retrieves or sets a value that determines whether the toolbar is displayed. |
SystemMonitor.ShowValueBar |
Retrieves or sets a value that determines whether the value bar (the set of statistical values below the System Monitor's graph window) is displayed. |
SystemMonitor.ShowVerticalGrid |
Retrieves or sets a value that determines whether vertical lines are displayed in the System Monitor's line graph or histogram view. |
SystemMonitor.TimeBarColor |
Retrieves or sets the color of the time bar—that is, the vertical bar that moves across the System Monitor's graph window to indicate the passage of each sampling interval in the line graph view. |
SystemMonitor.UpdateInterval |
Retrieves or sets the length of the time interval for automatic collection of data displayed in the System Monitor. |
SystemMonitor.YAxisLabel |
Retrieves or sets the label of the vertical (Y) axis of the System Monitor's graph window, in line graph or histogram view. |