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
public bool NoEndCap {get; set;}
See Also