text_format property

text_format property

Returns chart text format. The property is not applicable for the following types: ChartType.TREEMAP, ChartType.SUNBURST, ChartType.WATERFALL, ChartType.HISTOGRAM, ChartType.FUNNEL,ChartType.BOX_AND_WHISKER. Read-only IChartTextFormat.

Definition:

@property
def text_format(self):
    ...

See Also