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

In This Topic
    BarLineThickness Property (ChartBar)
    In This Topic
    Gets or sets the thickness of bar lines indicated by the BarLines property, in twips. Only applies to stacked bar and column charts.
    Syntax
    'Declaration
     
    Public Property BarLineThickness As Double
    public double BarLineThickness {get; set;}
    See Also