[]
Gets or sets the thickness of bar lines indicated by the BarLines property, in twips. Only applies to stacked bar and column charts.
[C1Description("ChartBar.BarLineThickness", "Thickness of bar lines indicated by the BarLines property, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double BarLineThickness { get; set; }
<C1Description("ChartBar.BarLineThickness", "Thickness of bar lines indicated by the BarLines property, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property BarLineThickness As Double