Click or drag to resize

LightningChartPrintWithPageSetup Method

LightningChart .NET Help
Show page setup dialog and print if ok clicked and allowed.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void PrintWithPageSetup(
	bool reset,
	bool print
)

Parameters

reset
Type: SystemBoolean
Reset page setup to default values.
print
Type: SystemBoolean
Print if pressed ok on dialog.
See Also