接口 ILegend
public interface ILegend
Represents the legend in a chart.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.getFont()
Returns theIFontFormat
object that represents the font of thespecified object.Returns theIChartFormat
object.boolean
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).Returns an object that represents a collection of legend entries for the legend.Returns the parent object for the specified object.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.
-
方法详细资料
-
getFont
IFontFormat getFont()Returns theIFontFormat
object that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getParent
IChart getParent()Returns the parent object for the specified object. -
getIncludeInLayout
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). The default value is True. -
setIncludeInLayout
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). The default value is True. -
getPosition
LegendPosition getPosition()Gets the position of the legend on the chart. -
setPosition
Sets the position of the legend on the chart. -
getLegendEntries
ILegendEntries getLegendEntries()Returns an object that represents a collection of legend entries for the legend. -
delete
void delete()Deletes the object.
-