public interface ILegend
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
IFontFormat |
getFont()
Returns the
IFontFormat object that represents the font of the
specified object. |
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
boolean |
getIncludeInLayout()
Gets whether to include a legend in the chart layout (True if a legend will
occupy the chart layout space when a chart layout is being determined).
|
ILegendEntries |
getLegendEntries()
Returns an object that represents a collection of legend entries for the
legend.
|
IChart |
getParent()
Returns the parent object for the specified object.
|
LegendPosition |
getPosition()
Gets the position of the legend on the chart.
|
void |
setIncludeInLayout(boolean value)
Sets whether to include a legend in the chart layout (True if a legend will
occupy the chart layout space when a chart layout is being determined).
|
void |
setPosition(LegendPosition value)
Sets the position of the legend on the chart.
|
IFontFormat getFont()
IFontFormat object that represents the font of the
specified object.IChartFormat getFormat()
IChartFormat object.IChart getParent()
boolean getIncludeInLayout()
void setIncludeInLayout(boolean value)
LegendPosition getPosition()
void setPosition(LegendPosition value)
ILegendEntries getLegendEntries()
void delete()