add_data_point_for_scatter_series method

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valueIChartDataCellData point XValue
y_valueIChartDataCellData point YValue

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valuefloatData point XValue
y_valueIChartDataCellData point YValue

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valuestrData point XValue
y_valueIChartDataCellData point YValue

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valueIChartDataCellData point XValue
y_valuefloatData point YValue

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valuefloatData point XValue
y_valuefloatData point YValue

add_data_point_for_scatter_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Scatter subtypes (see also Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart method).

Returns

New data point.

def add_data_point_for_scatter_series(self, x_value, y_value):
    ...
ParameterTypeDescription
x_valuestrData point XValue
y_valuefloatData point YValue

See Also