ChartImageWrapMode Enum

Definition

Specifies the drawing mode for a background image.

C#
public enum ChartImageWrapMode
Inheritance
ChartImageWrapMode

Fields

Name Value Description
Tile 0

Background image is tiled to fit the entire chart element.

TileFlipX 1

Every other tiled image is reversed around the X-axis.

TileFlipY 2

Every other tiled image is reversed around the Y-axis.

TileFlipXY 3

Every other tiled image is reversed around the X-axis and Y-axis.

Scaled 4

Background image is scaled to fit the entire chart element.

Unscaled 100

Background image is not scaled.

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1