ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("ErrorBar.Direction", "Gets or sets a value that specifies the direction of the error.")>
    Public Property Direction As ErrorBarDirection
    [C1Description("ErrorBar.Direction", "Gets or sets a value that specifies the direction of the error.")]
    public ErrorBarDirection Direction {get; set;}
    See Also