data_table property

Chart.data_table property

Provides access to properties of a data table of this chart. The data table can be shown using the ChartDataTable.show property.

@property
def data_table(self) -> aspose.words.drawing.charts.ChartDataTable:
    ...

See Also