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


Gets or sets an ElementPosition object, which can be used to get or set the title's position.


Title rectangle position.

Syntax

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

Return Value

A value that represents the title's position. Defaults to "Auto".

Remarks

If the Position property is automatic (e.g. Title.Position.Auto = true) then the title position is calculated automatically by the control, taking into account the Docking, Alignment and DockInsideChartArea property settings.

If it is not automatic then the Docking, DockToChartArea and DockInsideChartArea properties are ignored, and the Title position is solely determined by this ElementPosition object.

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.