Expand Minimize
This topic has not yet been rated - Rate this topic

ChartImageAlignmentStyle Enumeration

Specifies the image alignment for a chart background image.

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public enum class ChartImageAlignmentStyle
Member nameDescription
TopLeftThe mage is aligned to the top left corner of the chart element.
TopThe image is aligned to the top boundary of the chart element.
TopRightThe image is aligned to the top right corner of the chart element.
RightThe image is aligned to the right boundary of the chart element.
BottomRightThe image is aligned to the bottom right corner of the chart element.
BottomThe image is aligned to the bottom boundary of the chart element.
BottomLeftThe image is aligned to the bottom left corner of the chart element.
LeftThe image is aligned to the left boundary of the chart element.
CenterThe image is aligned in the center of the chart element.

.NET Framework

Supported in: 4.5, 4

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.