FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartBar Class / BarLines Property

In This Topic
    BarLines Property (ChartBar)
    In This Topic
    Gets or sets a value indicating whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next.
    Syntax
    'Declaration
     
    Public Property BarLines As Boolean
    public bool BarLines {get; set;}
    See Also