Click or drag to resize

LightningChartPrintPreview Method (String, String, Boolean)

LightningChart .NET Help
Print preview of chart.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void PrintPreview(
	string header,
	string footer,
	bool autoCloseAfterPrint
)

Parameters

header
Type: SystemString
Header text.
footer
Type: SystemString
Footer text.
autoCloseAfterPrint
Type: SystemBoolean
Close preview window after printed.
See Also