接口 IDisplayUnitLabel


public interface IDisplayUnitLabel
Represents a unit label on an axis in the specified chart.
  • 方法详细资料

    • getParent

      IAxis getParent()
      Gets the parent object.
    • getFont

      IFontFormat getFont()
      Returns a Microsoft.Office.Interop.Excel.Font object that represents the font of the specified object.
    • getFormat

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getText

      String getText()
      Gets the text for the specified object.
    • setText

      void setText(String value)
      Sets the text for the specified object.
    • getTextFrame

      ITextFrame getTextFrame()
      Returns the ITextFrame object that contains the text and font styleproperties for the specified display unit label.
    • delete

      void delete()
      Deletes the object.