FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBars Class / NoEndCap Property


In This Topic
NoEndCap Property
In This Topic
Gets or sets whether to display the line end cap error bars.
Syntax
'Declaration
 
Public Property NoEndCap As Boolean
 
'Usage
 
Dim instance As ErrorBars
Dim value As Boolean
 
instance.NoEndCap = value
 
value = instance.NoEndCap
See Also