AwGraphBuild.PlotAreaBackColor Property

Gets or sets the plot area background color of the graph.

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

Property Value

Value that indicates the plot area background color.

Example

How to set the plot area background color as white.

graphBuild.PlotAreaBackColor = Color.White
graphBuild.PlotAreaBackColor = Color.White;

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.