AwGraphBuild.PrintSettings Property

Gets an instance of the AwPrintSettings class that hold the settings for print.

[Visual Basic]
Public ReadOnly Property PrintSettings As AwPrintSettings
[C#]
public AwPrintSettings PrintSettings {get;}

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.