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


In This Topic
DropLinesVisible Property (PointSeries)
In This Topic
Gets or sets whether the drop lines are visible.
Syntax
'Declaration
 
Public Property DropLinesVisible As Boolean
 
'Usage
 
Dim instance As PointSeries
Dim value As Boolean
 
instance.DropLinesVisible = value
 
value = instance.DropLinesVisible
See Also