ShowTable Property
- Last UpdatedNov 15, 2018
- 1 minute read
Use the ShowTable property to specify whether or not to display the table in the chart. This is a design-time and a run-time property. However, changing the value will not update the chart until the next time the chart is refreshed or the DisplayChart() method is called.
When this property is set to false, the following rows will not be shown in the data table above the chart graph:
-
All Header rows
-
Time row
-
Individual result row
-
Calculated Values row
-
Sample Size row
However, if the following properties are enabled, their rows will still be shown in the table even if the ShowTable property is set to False:
-
Notes
-
Alarm
You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
R/W |
True |