Exposes properties which control the appearance of a line in a .
Inheritance
object
Classes that extend this class.
Derived ClassesConstructors
Section titled "Constructors"constructor
public ChartLine() Returns ChartLine
Properties
Section titled "Properties"Inherited from: ChartLineBase
Returns or sets a derived object which defines the fill color/gradient for the line.
public ChartFillBase Fill { get; set; } WidthInPoints
Section titled "WidthInPoints"Inherited from: ChartLineBase
Determines the width of the line, expressed in points.
public double WidthInPoints { get; set; } Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } LineStyle
Section titled "LineStyle"Returns or sets the style for the line, i.e., solid, dashed, dotted, etc.
public LineStyle LineStyle { get; set; }