接口 ITickLabels


public interface ITickLabels
Represents the tick mark labels associated with tick marks on a chart axis.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the IFontFormat object that represents the font of thespecified object.
    Gets the format code for the object.
    boolean
    Gets 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).
    int
    Gets the distance between the levels of labels and the distance between the first level and the axis line.
    int
    Gets the text orientation.
    Returns the parent object for the specified object.
    void
    Sets the format code for the object.
    void
    setNumberFormatLinked(boolean value)
    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).
    void
    setOffset(int value)
    Sets the distance between the levels of labels and the distance between the first level and the axis line.
    void
    setOrientation(int value)
    Sets the text orientation.
  • 方法详细资料

    • getFont

      IFontFormat getFont()
      Returns the IFontFormat object that represents the font of thespecified object.
    • getNumberFormat

      String getNumberFormat()
      Gets the format code for the object.
    • setNumberFormat

      void setNumberFormat(String value)
      Sets the format code for the object.
    • getNumberFormatLinked

      boolean getNumberFormatLinked()
      Gets 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).
    • setNumberFormatLinked

      void setNumberFormatLinked(boolean value)
      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).
    • getOffset

      int getOffset()
      Gets the distance between the levels of labels and the distance between the first level and the axis line.
    • setOffset

      void setOffset(int value)
      Sets the distance between the levels of labels and the distance between the first level and the axis line.
    • getOrientation

      int getOrientation()
      Gets the text orientation.
    • setOrientation

      void setOrientation(int value)
      Sets the text orientation. Can be an integer value from –90 to 90 degrees, or 255(vertical text).
    • getParent

      IAxis getParent()
      Returns the parent object for the specified object.