Version

ImageFitStyle Enumeration

Background image fitting style.
Syntax
'Declaration
 
Public Enum ImageFitStyle 
   Inherits System.Enum
public enum ImageFitStyle : System.Enum 
Members
MemberDescription
CenteredImage will be centered at the center of chart, no scaling or streching will be done to image, and a border may show if the image is smaller than the chart area.
StretchedFitIf image is smaller or bigger than the chart, it will be streched or contracted to fit within the chart area.
TiledIf background image is smaller than the chart, it will tile the images to cover the whole area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also