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


Gets or sets the drawing mode of the background image of the strip line.


Strip Line background image drawing mode.

Syntax

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

Return Value

A ChartImageWrapMode integer enumeration. The default is Tile.

Remarks

This property determines how the image is displayed (e.g. tiled, scaled, etc.).

If an image is scaled it will be stretched to fit within the bounding strip line. If the image is tiled it is repeatedly drawn, starting from the top-left corner.

For more information concerning the available wrapping modes see the ChartImageWrapMode enumeration topic.

If BackImageMode is set to Unscaled then the location where the image is drawn is determined by the BackImageAlign property setting.

Not applicable to StripLine object's that are drawn as a line (StripWidth=0.0).

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.