DataTable
DataTable class
Represents data table properties.
getChart
| Name | Description |
|---|
| getChart() | Returns chart. Read-only IChart. |
Result:
Chart
| Name | Description |
|---|
| getFormat() | Returns the line, fill, and effect styles of an object. Read-only IFormat. |
Result:
Format
| Name | Description |
|---|
| getParent_Immediate() | |
getPresentation
| Name | Description |
|---|
| getPresentation() | Returns the parent presentation of a FillFormat. Read-only IPresentation. |
Result:
Presentation
getShowLegendKey
| Name | Description |
|---|
| getShowLegendKey() | True if the data label legend key is visible. Read/write boolean. |
Result:
boolean
getSlide
| Name | Description |
|---|
| getSlide() | Returns the parent slide of a FillFormat. Read-only BaseSlide. |
Result:
Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide
getTextFormat
| Name | Description |
|---|
| getTextFormat() | Returns text format. Read-only IChartTextFormat. |
Result:
ChartTextFormat
hasBorderHorizontal
| Name | Description |
|---|
| hasBorderHorizontal() | True if the chart data table has horizontal cell borders. Read/write boolean. |
Result:
boolean
hasBorderOutline
| Name | Description |
|---|
| hasBorderOutline() | True if the chart data table has outline borders. Read/write boolean. |
Result:
boolean
hasBorderVertical
| Name | Description |
|---|
| hasBorderVertical() | True if the chart data table has vertical cell borders. Read/write boolean. |
Result:
boolean
setBorderHorizontal
| Name | Description |
|---|
| setBorderHorizontal(boolean) | True if the chart data table has horizontal cell borders. Read/write boolean. |
setBorderOutline
| Name | Description |
|---|
| setBorderOutline(boolean) | True if the chart data table has outline borders. Read/write boolean. |
setBorderVertical
| Name | Description |
|---|
| setBorderVertical(boolean) | True if the chart data table has vertical cell borders. Read/write boolean. |
setShowLegendKey
| Name | Description |
|---|
| setShowLegendKey(boolean) | True if the data label legend key is visible. Read/write boolean. |