ChartArea.BackImageAlignment 属性

定义

获取或设置 ChartArea 背景图像的对齐方式。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle BackImageAlignment { System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartImageAlignmentStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle BackImageAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImageAlignment : System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle with get, set
Public Property BackImageAlignment As ChartImageAlignmentStyle

属性值

ChartImageAlignmentStyle

一个 ChartImageAlignmentStyle 枚举值,指定图表区域的背景图像的对齐方式。 默认值是 TopLeft

属性

注解

此属性确定图表区域的背景图像的对齐方式,并且仅在 属性设置为 ChartImageWrapMode 时应用 Unscaled

有关可用对齐方式的详细信息,请参阅 ChartImageAlignmentStyle 枚举主题。

适用于