Title.BackImageWrapMode Property
Gets or sets the drawing mode for the background image of the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property BackImageWrapMode As ChartImageWrapMode
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartImageWrapModeA ChartImageWrapMode enumeration value that represents the drawing mode for the background image of the title. The default value is Tile.
The BackImageWrapMode property determines how the image is displayed; the image can be tiled, scaled, and so forth.
If an image is scaled, it will be stretched to fit within the bounds of the title. If the image is tiled, it is repeatedly drawn, starting from the top-left corner of the title.
For more information about the available wrapping modes, see the ChartImageWrapMode enumeration topic.
If the BackImageWrapMode property is set to Unscaled, the location where the image is drawn is determined by the BackImageAlignment property setting.
Available since 4.0