Represents the border of a chart element.

constructor

public ChartBorder()

Returns ChartBorder

Inherited from: ChartLineBase

Returns or sets a derived object which defines the fill color/gradient for the line.

public ChartFillBase Fill { get; set; }

Inherited from: ChartLineBase

Determines the width of the line, expressed in points.

public double WidthInPoints { get; set; }

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns or sets the line style for the border, i.e., solid, dashed, dotted, etc.

public BorderLineStyle LineStyle { get; set; }