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

In This Topic
    ErrorBarStyle Property (ErrorBar)
    In This Topic
    Gets the style of the error bar.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ErrorBar.ErrorBarStyle", "Gets the style of the error bar.")>
    Public ReadOnly Property ErrorBarStyle As ChartStyle
    [C1Description("ErrorBar.ErrorBarStyle", "Gets the style of the error bar.")]
    public ChartStyle ErrorBarStyle {get;}
    See Also