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


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

Syntax

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

Return Value

A value that determines the height of a chart element.

Remarks

The height 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.