ComponentOne FinancialChart for WPF
EndStyle Property (IErrorBar)



C1.Chart Namespace > IErrorBar Interface : EndStyle Property
Gets or sets a value that specifies the end style of the series.
Syntax
'Declaration
 
Property EndStyle As ErrorBarEndStyle
'Usage
 
Dim instance As IErrorBar
Dim value As ErrorBarEndStyle
 
instance.EndStyle = value
 
value = instance.EndStyle
ErrorBarEndStyle EndStyle {get; set;}
property ErrorBarEndStyle EndStyle {
   ErrorBarEndStyle get();
   void set (    ErrorBarEndStyle value);
}
See Also

Reference

IErrorBar Interface
IErrorBar Members