embed_xlsx_as_chart_data_source property

embed_xlsx_as_chart_data_source property

Indicates whether embedding an xlsx file as data source of the chart.

Remarks

The default value is true.

Definition:

@property
def embed_xlsx_as_chart_data_source(self):
    ...
@embed_xlsx_as_chart_data_source.setter
def embed_xlsx_as_chart_data_source(self, value):
    ...

See Also