menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Line - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved