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