ChartMode property
Returns or sets how often the chart updates data, using one of three modes:
Manual
, Automatic
, and On Change
. Read/write. Constant.Syntax
Trend
.ChartMode
[ = chartMode
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.chartMode
- is a constant of the type RSTchartModes. It can be Manual, Automatic, or On Change.Provide Feedback