[]
        
立即试用
(Showing Draft Content)

ILeaderLines

Interface ILeaderLines


public interface ILeaderLines
表示图表上的引导线。
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    删除该对象。
    返回 Microsoft.Office.Interop.Excel.ChartFormat 对象。
    返回指定对象的父对象。
    void
    选择对象。
  • Method Details

    • getFormat

      IChartFormat getFormat()
      返回 Microsoft.Office.Interop.Excel.ChartFormat 对象。
    • getParent

      ISeries getParent()
      返回指定对象的父对象。
    • delete

      void delete()
      删除该对象。
    • select

      void select()
      选择对象。