[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IDataTable

Interface IDataTable

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

Represents a chart data table.

public interface IDataTable

Properties

Font

Returns the 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

HasBorderHorizontal

True if the chart data table has horizontal cell borders. The default value is true.

bool HasBorderHorizontal { get; set; }

Property Value

bool

HasBorderOutline

True if the chart data table has outline borders. The default value is true.

bool HasBorderOutline { get; set; }

Property Value

bool

HasBorderVertical

True if the chart data table has vertical cell borders. The default value is true.

bool HasBorderVertical { get; set; }

Property Value

bool

Parent

Returns the parent IChart for the data table.

IChart Parent { get; }

Property Value

IChart

ShowLegendKey

True if the data label legend key is visible. The default value is true.

bool ShowLegendKey { get; set; }

Property Value

bool

Methods

Delete()

Deletes the object.

void Delete()