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


Gets or sets the width of an applicable chart element.
Element width

Syntax

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

Return Value

A value that determines the width of a chart element.

Remarks

The width of an applicable chart element.

Always uses relative coordinates.  Setting a value outside of the 0-100 pixel range will result in an exception being thrown.

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.