ShowCalculatedValues property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the ShowCalculatedValues property to specify whether or not to show the upper and lower chart plotted value rows in the table. The names of the rows will change depending on the type of chart being plotted. For example, the top chart row label will be MA when plotting a Moving Average chart. X Bar charts will also include a SUM row.
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.
The following figure shows an example of calculated values rows in a table.

You cannot set this property to Null.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
R/W |
True |