ChartImageWrapMode Enumeration
Specifies the drawing mode for a background image.
Namespace: System.Windows.Forms.DataVisualization.Charting
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Scaled | Background image is scaled to fit the entire chart element. | |
| Tile | Background image is tiled to fit the entire chart element. | |
| TileFlipX | Every other tiled image is reversed around the X-axis. | |
| TileFlipXY | Every other tiled image is reversed around the X-axis and Y-axis. | |
| TileFlipY | Every other tiled image is reversed around the Y-axis. | |
| Unscaled | Background image is not scaled. |
The ChartImageWrapMode enumeration represents the drawing mode for a background image, as set by the BackImageWrapMode property of the Chart control. To set a background image for a chart element, use the BackImage property.
Note |
|---|
If you specify the Unscaled value, the location where the image is drawn will depend on the BackImageAlignment property setting. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note