[]
Represents a chart data table.
public interface IDataTable
Returns the IFontFormat object that represents the font of the specified object.
IFontFormat Font { get; }
Returns the IChartFormat object.
IChartFormat Format { get; }
True if the chart data table has horizontal cell borders. The default value is true.
bool HasBorderHorizontal { get; set; }
True if the chart data table has outline borders. The default value is true.
bool HasBorderOutline { get; set; }
True if the chart data table has vertical cell borders. The default value is true.
bool HasBorderVertical { get; set; }
Returns the parent IChart for the data table.
IChart Parent { get; }
True if the data label legend key is visible. The default value is true.
bool ShowLegendKey { get; set; }
Deletes the object.
void Delete()