MindFusion WinForms Programmer's Guide
ChartPrinter.Print Method
See Also
 





Starts the printing of the chart.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void Print ()

Visual Basic  Copy Code

Public Sub Print ()

 Remarks

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.

 See Also

ChartPrinter Members
ChartPrinter Class
MindFusion.Charting.WinForms Namespace