Class Line
Represents the visual and layout settings for a line in a chart series.
Inheritance
System.Object
Line
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class Line : Object
Constructors
Line()
Initializes a new instance of the Line class.
Declaration
public Line()
Properties
LineColor
Gets or sets line color of the Line series.
Declaration
public Color LineColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |