| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartImageWrapMode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ChartImageWrapMode : Enum | |
| Member | Description |
|---|---|
| Scaled | Clamps the texture or gradient to the object boundary. |
| Tile | Tiles the gradient or texture. |
| TileFlipX | Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
| TileFlipXY | Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. |
| TileFlipY | Reverses the texture or gradient vertically and then tiles the texture or gradient. |
| Unscaled | Unscaled |
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