Gets of sets the ChartLineStyle object for the Normal curve.

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

Syntax

C#
public ChartLineStyle LineStyle { get; set; }
Visual Basic
Public Property LineStyle As ChartLineStyle
	Get
	Set

Remarks

The LineStyle property controls the appearance of the actual line drawn representing the Normal curve. The FillStyle property controls the appearance of the area under the Normal curve.

See Also