Gets or sets whether 2D stacked bar and column charts render lines from common series rectangles from one point to the next.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool BarLines { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property BarLines As Boolean
	Get
	Set

See Also