Specifies a background image drawing mode.
Specifies how a texture or gradient is tiled when it is larger than the area being filled
Visual Basic (Declaration) | |
---|---|
Public Enum ChartImageWrapMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ChartImageWrapMode : Enum |
Member | Description |
---|---|
Scaled |
Background image is scaled to fit entire chart element. Clamps the texture or gradient to the object boundary. |
Tile |
Background image is tiled to fit entire chart element. Tiles the gradient or texture. |
TileFlipX |
Every other tiled image is reversed around the X-axis. Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
TileFlipXY |
Every other tiled image is reversed around the X-axis and Y-axis. Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. |
TileFlipY |
Every other tiled image is reversed around the Y-axis. Reverses the texture or gradient vertically and then tiles the texture or gradient. |
Unscaled |
Background image is not scaled. The location where image is drawn then depends on the BackImageAlign property setting. Unscaled |
The ChartImageWrapMode enum represents the drawing mode for a background image, as set by the BackImageMode property.
To use a background image for a chart element use the BackImage property.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.ChartImageWrapMode
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