Interface ILegendEntry
public interface ILegendEntry
Represents a legend entry in a chart legend.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.getFont()Returns theIFontFormatobject that represents the font of thespecified object.Returns theIChartFormatobject that represents theformat of the specified object.Returns the parent object for the specified object.
-
Method Details
-
getFont
IFontFormat getFont()Returns theIFontFormatobject that represents the font of thespecified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject that represents theformat of the specified object. -
getParent
ILegend getParent()Returns the parent object for the specified object. -
delete
void delete()Deletes the object.
-