StripLine::BackImageWrapMode Property
Gets or sets the drawing mode of the background image of the strip line.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::Attribute)] [BindableAttribute(true)] public: property ChartImageWrapMode BackImageWrapMode { ChartImageWrapMode get (); void set (ChartImageWrapMode value); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::ChartImageWrapModeA ChartImageWrapMode integer enumeration. The default is Tile.
This property determines how the image is displayed; that is, tiled, scaled, and so forth.
If an image is scaled, it will be stretched to fit within the bounding strip line. If the image is tiled, it is repeatedly drawn, starting from the top-left corner.
For more information concerning the available wrapping modes, see the ChartImageWrapMode enumeration topic.
If the BackImageWrapMode property is set to Unscaled, the location where the image is drawn will be determined by the BackImageAlignment property setting.
This property is not applicable if StripWidth is set to a value of 0.0.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.