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