Class LegendEntry

java.lang.Object
com.independentsoft.office.charts.LegendEntry

public class LegendEntry extends Object
The Class LegendEntry.
  • Constructor Details

    • LegendEntry

      public LegendEntry()
      Instantiates a new legend entry.
  • Method Details

    • clone

      public LegendEntry clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isDelete

      public boolean isDelete()
      Checks if is delete.
      Returns:
      true, if is delete
    • setDelete

      public void setDelete(boolean delete)
      Sets the delete.
      Parameters:
      delete - the new delete
    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int index)
      Sets the index.
      Parameters:
      index - the new index
    • getTextProperties

      public TextProperties getTextProperties()
      Gets the text properties.
      Returns:
      the text properties