x_values property

ChartSeries.x_values property

Gets a collection of X values for this chart series.

@property
def x_values(self) -> aspose.words.drawing.charts.ChartXValueCollection:
    ...

See Also