[]
        
(Showing Draft Content)

ILegendEntry

Interface ILegendEntry


public interface ILegendEntry
Represents a legend entry in a chart legend.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.