LineAnnotation.IsInfinitive Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether an infinite line should be drawn.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public virtual bool IsInfinitive { get; set; }

Property Value

Type: System.Boolean

True if a line should be drawn infinitely through two points provided, otherwise false.

.NET Framework
Available since 4.0
Return to top
Show: