AwGraphBuild.UsePrintSettings Property

Gets or sets the value that indicates whether the settings for print are used.

[Visual Basic]
Public Property UsePrintSettings As Boolean
[C#]
public bool UsePrintSettings {get; set;}

Property Value

Value that indicates whether the settings for print are used.

Remarks

Can print the graph that the setting is different from display, by setting the PrintSettings property, if this property is set as true. Settings of the graph for print are adjusted automatically, if this property is set as false.

Example

How to set the settings for print as valid.

graphBuild.UsePrintSettings = True
graphBuild.UsePrintSettings = true;

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.