接口 ILegendEntry
public interface ILegendEntry
Represents a legend entry in a chart legend.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.getFont()
Returns theIFontFormat
object that represents the font of thespecified object.Returns theIChartFormat
object that represents theformat of the specified object.Returns the parent object for the specified object.
-
方法详细资料
-
getFont
IFontFormat getFont()Returns theIFontFormat
object that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object that represents theformat of the specified object. -
getParent
ILegend getParent()Returns the parent object for the specified object. -
delete
void delete()Deletes the object.
-