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



In This Topic
    ErrorBarStyle Property
    In This Topic
    Gets the style of the error bar.
    Syntax
    'Declaration
     
    
    Public Property ErrorBarStyle As ChartStyle
    'Usage
     
    
    Dim instance As ErrorBar
    Dim value As ChartStyle
     
    instance.ErrorBarStyle = value
     
    value = instance.ErrorBarStyle
    public ChartStyle ErrorBarStyle {get; set;}
    public:
    property ChartStyle^ ErrorBarStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also