y_values property

ChartSeries.y_values property

Gets a collection of Y values for this chart series.

@property
def y_values(self) -> aspose.words.drawing.charts.ChartYValueCollection:
    ...

See Also