Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointCustomProperties.RangeErrorBarProps Class / Style Property

In This Topic
    Style Property (ChartDataPointCustomProperties.RangeErrorBarProps)
    In This Topic
    Gets or sets the visibility of the Upper and Lower Error values of an Error Bar chart. Default: Both.
    Syntax
    'Declaration
     
    Public Property Style As RdlEnum(Of ChartErrorBarStyle)
    public RdlEnum<ChartErrorBarStyle> Style {get; set;}
    See Also