Gets or sets the line style of the series, including color, thickness and pattern.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public ChartLineStyle LineStyle { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property LineStyle As ChartLineStyle
	Get
	Set

See Also