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

Inheritance

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Specifies the alignment of the tick labels

public TickLabelAlignment Alignment { get; set; }

Returns or sets a derived object which defines the fill applied to the background of tick labels.

public ChartFillBase Fill { get; set; }

Specifies which font to use. Read-only.

public IWorkbookFont Font { get; }

Specifies whether an axis is multilevel or not.

public bool MultiLevel { get; set; }

Returns or sets the format to use for numbers.

public string NumberFormat { get; set; }

True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).

public bool NumberFormatLinked { get; set; }

Returns or sets a Long value that represents the distance between the levels of labels, and the distance between the first level and the axis line.

public int Offset { get; set; }

Determines the reading order

public ReadingOrder ReadingOrder { get; set; }

Determines the rotation of the text area, expressed in degrees.

public double Rotation { get; set; }

Determines the orientation and direction in which text flows.

public TextDirection TextDirection { get; set; }