Class Legend
java.lang.Object
com.independentsoft.office.charts.Legend
The Class Legend.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the entries.Gets the layout.Gets the position.Gets the text properties.booleanChecks if is overlay.voidSets the layout.voidsetOverlay(boolean overlay)Sets the overlay.voidsetPosition(LegendPosition position)Sets the position.toString()
-
Constructor Details
-
Legend
public Legend()Instantiates a new legend.
-
-
Method Details
-
clone
-
toString
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getEntries
Gets the entries.- Returns:
- the entries
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
isOverlay
public boolean isOverlay()Checks if is overlay.- Returns:
- true, if is overlay
-
setOverlay
public void setOverlay(boolean overlay)Sets the overlay.- Parameters:
overlay- the new overlay
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-