Example: LinkData property
Sub SetLinkData() Dim p as Pen For each p in TrendX1.Pens p.LinkData = True Next End Sub
Provide Feedback
Sub SetLinkData() Dim p as Pen For each p in TrendX1.Pens p.LinkData = True Next End Sub