AwGraph.GraphAreaBackColor Property

Gets or sets the graph area background color.

[Visual Basic]
Public Property GraphAreaBackColor As Color
[C#]
public System.Drawing.Color GraphAreaBackColor {get; set;}

Property Value

Value that indicates the graph area background color.

Example

How to set the graph area background color as white.

awGraph1.GraphAreaBackColor = Color.White
awGraph1.GraphAreaBackColor = Color.White;

See Also

AwGraph 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.