ElementPosition.Auto Property
.NET Framework (current version)
Gets or sets a flag that determines whether an applicable chart element will be positioned automatically by the Chart control.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool Auto { get; set; }
Property Value
Type: System.Booleantrue if the chart element will be positioned automatically by the chart control; otherwise, false.
Use this property to automatically position a chart element. For example, to position the legend automatically, set the Position property to Auto.
.NET Framework
Available since 4.0
Available since 4.0
Show: