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


In This Topic
Border Property (ErrorBars)
In This Topic
Gets or set the border of error bars.
Syntax
'Declaration
 
Public Property Border As Line
 
'Usage
 
Dim instance As ErrorBars
Dim value As Line
 
instance.Border = value
 
value = instance.Border
See Also