show_data_table property

show_data_table property

Gets or sets a value indicating whether the chart displays a data table.

Definition:

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

See Also