Dundas Chart for ASP.NET
BackImage Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPointAttributes Class : BackImage Property


Gets or sets the background image of the data point.


Data point background image

Syntax

Visual Basic (Declaration)  
Public Property BackImage As String
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.