Starts the printing of the chart.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public void Print () |
Visual Basic
![]() |
---|
Public Sub Print () |
Use the Chart property to specify the chart to be printed.
The Print method prints the chart without using a print dialog. Use an instance of .NET PrintDialog class when you want to offer the user the ability to choose print settings.