Class Line
Inheritance
System.Object
Line
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class Line
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 |