Dundas Chart for Windows Forms
BackImage Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Chart Class : BackImage Property


Gets or sets the background image of of the Chart control.


Chart area background image

Syntax

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

Return Value

A string value that represents an image file's URL. The default is an empty string.

Remarks

This property defines a path to a background image, and is an absolute or relative URL.

To position this image use the BackImageAlign and BackImageMode properties.

You can also have one color displayed by the image to be "transparent" by setting the BackImageTranspColor property.

An image can be any valid graphics file supported by .NET, including icons.

Background images take precedence over other background properties such as (gradient) colors, etc.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.