Represents the tick-mark labels associated with tick marks on a chart [[Axis]].

TickLabels

new TickLabels(a: IChartObject): TickLabels

Returns TickLabels

$t: Type
alignment: TickLabelAlignment
fill: ChartFillBase
multiLevel: boolean
numberFormat: string
numberFormatLinked: boolean
offset: number
readingOrder: ReadingOrder
rotation: number
textDirection: TextDirection

Inherited from: ChartObject

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Specifies which font to use. Read-only. Note: this property will return null until the [[TickLabels]] is set on the Axis.TickLabels property.

get font(): IWorkbookFont

Returns IWorkbookFont

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

Inherited from: ChartObject

The owning sheet (read-only)

get sheet(): Sheet

Returns Sheet

Inherited from: ChartObject

The owning workbook (read-only)

get workbook(): Workbook

Returns Workbook

Inherited from: ChartObject

The owning worksheet (read-only)

get worksheet(): Worksheet

Returns Worksheet