FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PointSeries Class / DropLinesLine Property


In This Topic
DropLinesLine Property (PointSeries)
In This Topic
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
Remarks
Value of null (Nothing in VB) indicates that the line is unset for the series.
See Also