ChartArea.BackImageAlignment Property

.NET Framework (current version)
 

Gets or sets the alignment of a ChartArea background image.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property BackImageAlignment As ChartImageAlignmentStyle

Property Value

Type: System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle

A ChartImageAlignmentStyle enumeration value. 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
Return to top
Show: