接口 ILegendEntry


public interface ILegendEntry
Represents a legend entry in a chart legend.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Deletes the object.
    Returns the IFontFormat object that represents the font of thespecified object.
    Returns the IChartFormat object that represents theformat of the specified object.
    Returns the parent object for the specified object.
  • 方法详细资料

    • getFont

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

      IChartFormat getFormat()
      Returns the IChartFormat object that represents theformat of the specified object.
    • getParent

      ILegend getParent()
      Returns the parent object for the specified object.
    • delete

      void delete()
      Deletes the object.