ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / ErrorBar Class / EndStyle Property



In This Topic
    EndStyle Property
    In This Topic
    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;}
    public:
    property ErrorBarEndStyle EndStyle {
       ErrorBarEndStyle get();
       void set (    ErrorBarEndStyle value);
    }
    See Also