Dundas Chart for Windows Forms
Auto Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ElementPosition Class : Auto Property


Gets or sets a value that determines if an applicable chart element will be positioned automatically by the Chart control.
Auto positionong flag

Syntax

Visual Basic (Declaration)  
Public Property Auto As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ElementPosition
Dim value As Boolean
 
instance.Auto = value
 
value = instance.Auto
C#  
public bool Auto {get; set;}

Return Value

A value that determines if an applicable chart element will be positioned automatically by the Chart control.

Remarks

Use this property to automatically position a chart element.   For example, to position the legend automatically set the Legend.Position.Auto property to true.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.