Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots.

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

Syntax

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

See Also