ComponentOne FinancialChart for WPF
C1.Chart Namespace / IErrorBar Interface / EndStyle Property



In This Topic
    EndStyle Property (IErrorBar)
    In This Topic
    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