ChartArea.BackImageWrapMode 属性
定义
public:
property System::Web::UI::DataVisualization::Charting::ChartImageWrapMode BackImageWrapMode { System::Web::UI::DataVisualization::Charting::ChartImageWrapMode get(); void set(System::Web::UI::DataVisualization::Charting::ChartImageWrapMode value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartImageWrapMode BackImageWrapMode { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackImageWrapMode : System.Web.UI.DataVisualization.Charting.ChartImageWrapMode with get, set
Public Property BackImageWrapMode As ChartImageWrapMode
属性值
一个 ChartImageWrapMode 枚举值。A ChartImageWrapMode enumeration value. 默认值为 Tile。The default value is Tile.
- 属性
注解
BackImageWrapMode属性确定图像的显示方式; 图像可以平铺、缩放等。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 chart area. 如果图像已平铺,则会从图表区域的左上角开始重复绘制。If the image is tiled, it is repeatedly drawn, starting from the top-left corner of the chart area.
有关可用包装模式的详细信息,请参阅 ChartImageWrapMode 枚举主题。For more information about the available wrapping modes, see the ChartImageWrapMode enumeration topic.
如果将 BackImageWrapMode 属性设置为 Unscaled ,则绘制图像的位置由 BackImageAlignment 属性设置确定。If the BackImageWrapMode property is set to Unscaled, the location where the image is drawn is determined by the BackImageAlignment property setting.