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