IDataTable Interface

Represents data table properties.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDataTable : IFormattedTextContainer, 
	IChartComponent, ISlideComponent, IPresentationComponent

The IDataTable type exposes the following members.

Properties
  NameDescription
Public propertyAsIChartComponent
Returns IChartComponent interface. Read-only IChartComponent.
(Inherited from IFormattedTextContainer.)
Public propertyAsIFormattedTextContainer
Allows to get base IFormattedTextContainer interface. Read-only IFormattedTextContainer.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IChartComponent.)
Public propertyChart
Returns the chart. Read-only IChart.
(Inherited from IChartComponent.)
Public propertyFormat
Returns the line, fill, and effect styles of an object. Read-only IFormat.
Public propertyHasBorderHorizontal
True if the chart data table has horizontal cell borders. Read/write Boolean.
Public propertyHasBorderOutline
True if the chart data table has outline borders. Read/write Boolean.
Public propertyHasBorderVertical
True if the chart data table has vertical cell borders. Read/write Boolean.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertyShowLegendKey
True if the data label legend key is visible. Read/write Boolean.
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertyTextFormat
Returns chart text format. Read-only IChartTextFormat.
(Inherited from IFormattedTextContainer.)
See Also