AddPen Method Example

The following example adds a pen to the Chart Chart1 using a datasource of AI1.

Dim iPen As Object

Set iPen = Chart1.AddPen("AI1")

 

 

See Also