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


 Gets or sets a flag that determines if an infinite line should be drawn.
Gets or sets a flag that indicates if an infinitive line should be drawn.

Syntax

Visual Basic (Declaration)  
Public Overridable Property DrawInfinitive As Boolean
Visual Basic (Usage) Copy Code
Dim instance As LineAnnotation
Dim value As Boolean
 
instance.DrawInfinitive = value
 
value = instance.DrawInfinitive
C#  
public virtual bool DrawInfinitive {get; set;}

Return Value

Defaults to false.
True if a line should be drawn infinitively through 2 points provided, false otherwise.

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.