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
Syntaxpublic void PrintPreview(
string header,
string footer,
bool autoCloseAfterPrint
)
Public Sub PrintPreview (
header As String,
footer As String,
autoCloseAfterPrint As Boolean
)
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