Gets or sets the thickness in pixels for rendering BarLines indicated by the BarLines property.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(1)]
public int BarLineThickness { get; set; }
Visual Basic
<DefaultValueAttribute(1)> _
Public Property BarLineThickness As Integer
	Get
	Set

Remarks

Only applies to stacked bar and column charts.

See Also