Interface IDisplayUnitLabel
public interface IDisplayUnitLabel
Represents a unit label on an axis in the specified chart.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.getFont()Returns aIFontFormatobject that represents the fontof the specified object.Returns theIChartFormatobject.Gets the parent object.getText()Gets the text for the specified object.Returns theITextFrameobject that contains the text and font styleproperties for the specified display unit label.voidSets the text for the specified object.
-
Method Details
-
getParent
IAxis getParent()Gets the parent object. -
getFont
IFontFormat getFont()Returns aIFontFormatobject that represents the fontof the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
getText
String getText()Gets the text for the specified object. -
setText
Sets the text for the specified object. -
getTextFrame
ITextFrame getTextFrame()Returns theITextFrameobject that contains the text and font styleproperties for the specified display unit label. -
delete
void delete()Deletes the object.
-