Title::Position Property
Gets or sets an ElementPosition object, which can be used to get or set the position of the title.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property ElementPosition^ Position { ElementPosition^ get (); void set (ElementPosition^ value); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::ElementPositionAn ElementPosition value that represents the position of the title. The default value is Auto.
If the Position property is automatic (that is, Title.Position.Auto = true) the title position is calculated automatically by the Chart control, taking into account the Docking, Alignment and IsDockedInsideChartArea property settings.
If it is not automatic, the Docking, DockedToChartArea and IsDockedInsideChartArea properties are ignored, and the title position is solely determined by the value of the returned ElementPosition object.
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.