Represents the tick-mark labels associated with tick marks on a chart .
Inheritance
object
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } Alignment
Section titled "Alignment"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; } MultiLevel
Section titled "MultiLevel"Specifies whether an axis is multilevel or not.
public bool MultiLevel { get; set; } NumberFormat
Section titled "NumberFormat"Returns or sets the format to use for numbers.
public string NumberFormat { get; set; } NumberFormatLinked
Section titled "NumberFormatLinked"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; } Offset
Section titled "Offset"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; } ReadingOrder
Section titled "ReadingOrder"Determines the reading order
public ReadingOrder ReadingOrder { get; set; } Rotation
Section titled "Rotation"Determines the rotation of the text area, expressed in degrees.
public double Rotation { get; set; } TextDirection
Section titled "TextDirection"Determines the orientation and direction in which text flows.
public TextDirection TextDirection { get; set; }