Represents the tick-mark labels associated with tick marks on a chart [[Axis]].
Constructors
Section titled "Constructors"TickLabels
new TickLabels(a: IChartObject): TickLabels Returns TickLabels
Properties
Section titled "Properties"$t: Type alignment
Section titled "alignment"alignment: TickLabelAlignment fill: ChartFillBase multiLevel
Section titled "multiLevel"multiLevel: boolean numberFormat
Section titled "numberFormat"numberFormat: string numberFormatLinked
Section titled "numberFormatLinked"numberFormatLinked: boolean offset
Section titled "offset"offset: number readingOrder
Section titled "readingOrder"readingOrder: ReadingOrder rotation
Section titled "rotation"rotation: number textDirection
Section titled "textDirection"textDirection: TextDirection Accessors
Section titled "Accessors"chart
Section titled "chart"Inherited from: ChartObject
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
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
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject