[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IDisplayUnitLabel

Interface IDisplayUnitLabel

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a unit label on an axis in the specified chart.

public interface IDisplayUnitLabel

Properties

Font

Returns a IFontFormat object that represents the font of the specified object.

IFontFormat Font { get; }

Property Value

IFontFormat

Format

Returns the IChartFormat object.

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Gets the parent object.

IAxis Parent { get; }

Property Value

IAxis

Text

Gets or sets the text for the specified object.

string Text { get; set; }

Property Value

string

TextFrame

Returns the ITextFrame object that contains the text and font style properties for the specified display unit label.

ITextFrame TextFrame { get; }

Property Value

ITextFrame

Methods

Delete()

Deletes the object.

void Delete()