Represents the title of a [[WorksheetChart]] or [[Axis]].

TrendlineLine

new TrendlineLine(): TrendlineLine

Returns TrendlineLine

Inherited from: ChartLine

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Inherited from: ChartLine

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

get fill(): ChartFillBase

Returns ChartFillBase

set fill(a: ChartFillBase): void

Parameters

Returns void

Inherited from: ChartLine

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

get lineStyle(): LineStyle

Returns LineStyle

set lineStyle(a: LineStyle): void

Parameters

Returns void

Inherited from: ChartLine

returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart

get owner(): ChartObject

Returns ChartObject

Inherited from: ChartLine

The owning sheet (read-only)

get sheet(): Sheet

Returns Sheet

Inherited from: ChartLine

Determines the width of the line, expressed in points.

get widthInPoints(): number

Returns number

set widthInPoints(a: number): void

Parameters

  • a: number

Returns void

Inherited from: ChartLine

The owning workbook (read-only)

get workbook(): Workbook

Returns Workbook

Inherited from: ChartLine

The owning worksheet (read-only)

get worksheet(): Worksheet

Returns Worksheet

Inherited from: ChartLine

staticInit(): void

Returns void