Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / ExpressionEditorTheme Class / ErrorBar Property

In This Topic
    ErrorBar Property (ExpressionEditorTheme)
    In This Topic
    Gets or sets ErrorBarStyle contains display attributes that determine the appearance of error bar element on the screen.
    Syntax
    'Declaration
     
    
    Public Property ErrorBar As ErrorBarStyle
    public ErrorBarStyle ErrorBar {get; set;}
    See Also