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

In This Topic
    EndStyle Property (ErrorBar)
    In This Topic
    Gets or sets a value that specifies the end style of the series.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ErrorBar.EndStyle", "Gets or sets a value that specifies the end style of the series.")>
    Public Property EndStyle As ErrorBarEndStyle
    [C1Description("ErrorBar.EndStyle", "Gets or sets a value that specifies the end style of the series.")]
    public ErrorBarEndStyle EndStyle {get; set;}
    See Also