dotnetCHARTING Send comments on this topic.
Background Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : Background Property


Gets or sets a background object used to fill the interior of this chart area.

Syntax

Visual Basic (Declaration) 
Public Property Background As Background
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Background
 
instance.Background = value
 
value = instance.Background
C# 
public Background Background {get; set;}

See Also

© 2010 All Rights Reserved.