ChartArea.Position Property

Definition

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

C#
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ElementPositionConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ElementPosition Position { get; set; }

Property Value

An ElementPosition object that defines the position of a chart area object within the chart image.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1