Chart::BackImageAlignment Property
.NET Framework (current version)
Gets or sets the background image alignment used for the Unscaled drawing mode.
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 background image alignment of the chart. The default value is TopLeft.
This property determines the alignment of the background image for the Chart control; it is only applied when the BackImageWrapMode property is set to Unscaled.
.NET Framework
Available since 4.0
Available since 4.0
Show: