Represents leader lines on a chart. Leader lines connect data labels to data points. Note: this object is not a collection and there is no object that represents a single leader line.
Constructors
Section titled "Constructors"LeaderLines
new LeaderLines(): LeaderLines Returns LeaderLines
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartLineBase
Inherited from: ChartLineBase
Returns or sets a [[ChartFillBase]] derived object which defines the fill color/gradient for the line.
get fill(): ChartFillBase
Returns ChartFillBase
owner
Section titled "owner"Inherited from: ChartLineBase
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: ChartLineBase
widthInPoints
Section titled "widthInPoints"Inherited from: ChartLineBase
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: ChartLineBase
worksheet
Section titled "worksheet"Inherited from: ChartLineBase
Methods
Section titled "Methods"staticInit
Section titled "staticInit"Inherited from: ChartLineBase
staticInit(): void