Gets an instance of the AwPrintSettings class that hold the settings for print.
Property Value
Instance of the AwPrintSettings class.
Remarks
Can print the graph that the setting is different from display, by setting this property. Please set the UsePrintSettings property as true, if this property is used.
Example
How to print the graph that the setting is different from display.
graphBuild.UsePrintSettings = True
graphBuild.PrintSettings.PlotAreaBackColor = Color.LightYellow
graphBuild.PrintSettings.PlotAreaBorderLineColor = Color.Brown
graphBuild.UsePrintSettings = true;
graphBuild.PrintSettings.PlotAreaBackColor = Color.LightYellow;
graphBuild.PrintSettings.PlotAreaBorderLineColor = Color.Brown;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace