ComponentOne FlexChart for WinForms
EndStyle Property (ErrorBar)


C1.Win.Chart Namespace > ErrorBar Class : EndStyle Property
Gets or sets a value that specifies the end style of the series.
Syntax
'Declaration
 
Public Property EndStyle As ErrorBarEndStyle
'Usage
 
Dim instance As ErrorBar
Dim value As ErrorBarEndStyle
 
instance.EndStyle = value
 
value = instance.EndStyle
public ErrorBarEndStyle EndStyle {get; set;}
See Also

Reference

ErrorBar Class
ErrorBar Members