接口 IDisplayUnitLabel
public interface IDisplayUnitLabel
Represents a unit label on an axis in the specified chart.
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.getFont()
Returns a Microsoft.Office.Interop.Excel.Font object that represents the font of the specified object.Returns theIChartFormat
object.Gets the parent object.getText()
Gets the text for the specified object.Returns theITextFrame
object that contains the text and font styleproperties for the specified display unit label.void
Sets the text for the specified object.
-
方法详细资料
-
getParent
IAxis getParent()Gets the parent object. -
getFont
IFontFormat getFont()Returns a Microsoft.Office.Interop.Excel.Font object that represents the font of the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getText
String getText()Gets the text for the specified object. -
setText
Sets the text for the specified object. -
getTextFrame
ITextFrame getTextFrame()Returns theITextFrame
object that contains the text and font styleproperties for the specified display unit label. -
delete
void delete()Deletes the object.
-