Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / ErrorBar Class / Direction Property

In This Topic
    Direction Property (ErrorBar)
    In This Topic
    Gets or sets a value that specifies the direction of the error.
    Syntax
    'Declaration
     
    
    Public Property Direction As ErrorBarDirection
    public ErrorBarDirection Direction {get; set;}
    See Also