ChartArea.BackImageAlignment Property
.NET Framework 4.5
Gets or sets the alignment of a ChartArea background image.
Namespace: System.Windows.Forms.DataVisualization.Charting
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
[BindableAttribute(true)] public ChartImageAlignmentStyle BackImageAlignment { get; set; }
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.