DataPointCustomProperties.BackImageAlignment 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于 Unscaled 绘制模式的背景图像对齐方式。
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, setPublic Property BackImageAlignment As ChartImageAlignmentStyle属性值
一个 ChartImageAlignmentStyle 枚举值,指定背景图像的对齐方式。
- 属性