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


Gets or sets an ElementPosition object, which defines the position of a chart area object within the chart image.


Chart area position

Syntax

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

Return Value

An  ElementPosition object, which defines the position of a chart area object within the chart image.

Remarks

This property defines the position of a chart area object within the chart image and includes tick marks, axis labels, etc.

The coordinates used for this property (0,0 to 100,100) are related to the entire chart image (for further details concerning the coordinate system used by the Chart control see the Chart Coordinate System topic).

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.