Dundas Chart for ASP.NET
Position Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ToolbarAttributes Class : Position Property


 Gets or sets the toolbar position.
Determines the toolbar position.

Syntax

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

Return Value

An ElementPosition value.
A ElementPosition value.

Remarks

The toolbar position is determined in relative coordinates, where (0,0) is the top left corner of the chart and (100,100) is the bottom right corner.

Automatic toolbar positioning can also be used.


Toolbar position in relative coordinates, where (0,0) is top left corner of the chart and (100,100) is bottom right corner. Automatic toolbar position can also be set, then and properties determine the position of the toolbar.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.