Represents a border or tick line.
Constructors
Section titled "Constructors"ChartLineBase
new ChartLineBase(a: IChartObject): ChartLineBase Returns ChartLineBase
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
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: ChartObject
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: ChartObject
widthInPoints
Section titled "widthInPoints"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: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject
Methods
Section titled "Methods"staticInit
Section titled "staticInit"staticInit(): void