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

In This Topic
    BarLineColor Property (ChartBar)
    In This Topic
    Gets or sets the color used to render BarLines indicated by the BarLines property (only applies to stacked bar and column charts).
    Syntax
    'Declaration
     
    Public Property BarLineColor As Color
    public Color BarLineColor {get; set;}
    See Also