Class LegendEntry
java.lang.Object
com.independentsoft.office.charts.LegendEntry
The Class LegendEntry.
-
Constructor Details
-
LegendEntry
public LegendEntry()Instantiates a new legend entry.
-
-
Method Details
-
clone
-
toString
-
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
Gets the text properties.- Returns:
- the text properties
-