Spread for ASP.NET 12 Product Documentation
DropLinesLine Property (LineSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LineSeries Class : DropLinesLine Property
Gets or sets the line used to draw the drop lines.
Syntax
'Declaration
 
Public Property DropLinesLine As Line
'Usage
 
Dim instance As LineSeries
Dim value As Line
 
instance.DropLinesLine = value
 
value = instance.DropLinesLine
public Line DropLinesLine {get; set;}
Remarks
Value of null (Nothing in VB) indicates that the line is unset for the series.
See Also

Reference

LineSeries Class
LineSeries Members