[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITickLabels

Interface ITickLabels

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface ITickLabels

Properties

Direction

Gets or sets the text direction.

TextDirection Direction { get; set; }

Property Value

TextDirection

Font

Returns the IFontFormat object that represents the font of the specified object.

IFontFormat Font { get; }

Property Value

IFontFormat

NumberFormat

Gets or sets the format code for the object.

string NumberFormat { get; set; }

Property Value

string

NumberFormatLinked

Gets or sets whether the number format is linked to the cells (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).

bool NumberFormatLinked { get; set; }

Property Value

bool

Offset

Gets or sets the distance between the levels of labels and the distance between the first level and the axis line.

int Offset { get; set; }

Property Value

int

Orientation

Gets or sets the text orientation. Can be an integer value from –90 to 90 degrees.

int Orientation { get; set; }

Property Value

int

Parent

Returns the parent object for the specified object.

IAxis Parent { get; }

Property Value

IAxis