This documentation is archived and is not being maintained.

ChartArea::Position Property

Gets or sets an ElementPosition object that defines the position of a ChartArea object within the Chart.

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

[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[BindableAttribute(true)]
public:
property ElementPosition^ Position {
	ElementPosition^ get ();
	void set (ElementPosition^ value);
}

Property Value

Type: System.Web.UI.DataVisualization.Charting::ElementPosition
An ElementPosition object that defines the position of a chart area object within the chart image.

This property defines the position of a ChartArea object within the Chart, and includes tick marks, axis labels, and so forth.

The coordinates used for this property (0,0 to 100,100) are related to the entire chart image.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: