[]
Represents a unit label on an axis in the specified chart.
public interface IDisplayUnitLabel
Returns a IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Returns the IChartFormat object.
IChartFormat Format { get; }
Gets the parent object.
IAxis Parent { get; }
Gets or sets the text for the specified object.
string Text { get; set; }
Returns the ITextFrame object that contains the text and font style properties for the specified display unit label.
ITextFrame TextFrame { get; }
Deletes the object.
void Delete()