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 System.Drawing.Color
public System.Drawing.Color BarLineColor {get; set;}
See Also