Represents the title of a [[WorksheetChart]] or [[Axis]].
Constructors
Section titled "Constructors"TrendlineLine
new TrendlineLine(): TrendlineLine Returns TrendlineLine
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartLine
Inherited from: ChartLine
Returns or sets a [[ChartFillBase]] derived object which defines the fill color/gradient for the line.
get fill(): ChartFillBase
Returns ChartFillBase
lineStyle
Section titled "lineStyle"Inherited from: ChartLine
Returns or sets the style for the line, i.e., solid, dashed, dotted, etc.
get lineStyle(): LineStyle
Returns LineStyle
owner
Section titled "owner"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
sheet
Section titled "sheet"Inherited from: ChartLine
widthInPoints
Section titled "widthInPoints"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
workbook
Section titled "workbook"Inherited from: ChartLine
worksheet
Section titled "worksheet"Inherited from: ChartLine
Methods
Section titled "Methods"staticInit
Section titled "staticInit"Inherited from: ChartLine
staticInit(): void