LightningChartPrintWithPageSetup Method |
LightningChart .NET Help
Show page setup dialog and print if ok clicked and allowed.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void PrintWithPageSetup(
bool reset,
bool print
)
Public Sub PrintWithPageSetup (
reset As Boolean,
print As Boolean
)
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