IDataTable

IDataTable interface

Represents data table properties.

public interface IDataTable : IFormattedTextContainer

Properties

NameDescription
AsIFormattedTextContainer { get; }Allows to get base IFormattedTextContainer interface. Read-only IFormattedTextContainer.
Format { get; }Returns the line, fill, and effect styles of an object. Read-only IFormat.
HasBorderHorizontal { get; set; }True if the chart data table has horizontal cell borders. Read/write Boolean.
HasBorderOutline { get; set; }True if the chart data table has outline borders. Read/write Boolean.
HasBorderVertical { get; set; }True if the chart data table has vertical cell borders. Read/write Boolean.
ShowLegendKey { get; set; }True if the data label legend key is visible. Read/write Boolean.

See Also