Dundas Chart for ASP.NET
DrawInfinitive Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.