Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DrawInfinitive Property
See Also 
Dundas.Charting.WebControl Namespace > LineAnnotation Class : DrawInfinitive Property


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

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets a flag, which indicates if an infinitive line should be drawn through the 2 specified points.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
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#  
[DescriptionAttribute("Gets or sets a flag, which indicates if an infinitive line should be drawn through the 2 specified points.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual bool DrawInfinitive {get; set;}

Return Value

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