Spread Windows Forms 12.0 Product Documentation
DropLinesLine Property (PointSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PointSeries 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 PointSeries
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

PointSeries Class
PointSeries Members