ChartArea.BackImageAlignment 属性
定义
public:
property System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackImageAlignment : System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle
属性值
一个 ChartImageAlignmentStyle 枚举值。A ChartImageAlignmentStyle enumeration value. 默认值为 TopLeft。The default value is TopLeft.
- 属性
注解
此属性确定图表区的背景图像的对齐方式,并且仅当 ChartImageWrapMode 属性设置为时才应用 Unscaled 。This property determines the alignment of the background image for the chart area, and is only applied when the ChartImageWrapMode property is set to Unscaled.
有关可用对齐方式的详细信息,请参阅 ChartImageAlignmentStyle 枚举主题。For more information about the available alignments, see the ChartImageAlignmentStyle enumeration topic.