This documentation is archived and is not being maintained.

ChartArea::InnerPlotPosition Property

Gets or sets an ElementPosition object, which defines the inner plot position of a chart area object.

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

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

Property Value

Type: System.Web.UI.DataVisualization.Charting::ElementPosition
An ElementPosition object, which defines the inner plot position of a ChartArea object.

The InnerPlotPosition property defines the rectangle within a chart area element that is used for plotting data; it excludes tick marks, axis labels, and so forth.

The coordinates used for this property (0,0 to 100,100) are related to the ChartArea object, and not to the entire Chart.

The InnerPlotPosition property can be used to align multiple chart areas. However, if one chart area has tick marks and axis labels and another one does not, their axis lines cannot be aligned.

Important noteImportant

This property can also be used to change the size of charts, such as pie or doughnut, without changing the size of the generated chart image.

To change the position of an entire ChartArea object use the Position property instead.

.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: