PrintChart Method Example

The following example prints the Line/Multiline chart to the size of a full page of paper.

Private Sub CommandButton4_Click()

LineChart1.PrintChart SizeUnits_FullPage

End Sub