ChartArea::BackImageAlignment Property
.NET Framework (current version)
Gets or sets the alignment of a ChartArea background image.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property ChartImageAlignmentStyle BackImageAlignment { ChartImageAlignmentStyle get(); void set(ChartImageAlignmentStyle value); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::ChartImageAlignmentStyleA ChartImageAlignmentStyle enumeration value that specifies the alignment of the background image of the chart area. The default value is TopLeft.
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.
For more information about the available alignments, see the ChartImageAlignmentStyle enumeration topic.
.NET Framework
Available since 4.0
Available since 4.0
Show: