ChartArea.BackImageAlignment 属性

定义

获取或设置 ChartArea 背景图像的对齐方式。Gets or sets the alignment of a ChartArea background image.

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

一个 ChartImageAlignmentStyle 枚举值。A ChartImageAlignmentStyle enumeration value. 默认值为 TopLeftThe default value is TopLeft.

属性

注解

此属性确定图表区的背景图像的对齐方式,并且仅当 ChartImageWrapMode 属性设置为时才应用 UnscaledThis 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.

适用于