PenConfigChanged event
This event occurs when a pen is added to, removed from, or modified on a trend chart.
Syntax
Trend
_PenConfigChanged
(ByVal
Change
As rstpenConfigChanges
, ByVal
pen
As Long
)where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.Change
- is a constant of the type RSTpenConfigChanges that indicates what change occurred.pen
- is a parameter of the type Long that specifies the name of the pen that was added, modified, or removed.Provide Feedback