add_data_point_for_bar_series method

add_data_point_for_bar_series

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

Returns

New data point.

def add_data_point_for_bar_series(self, value):
    ...
ParameterTypeDescription
valueIChartDataCellData point Value

add_data_point_for_bar_series

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

Returns

New data point.

def add_data_point_for_bar_series(self, value):
    ...
ParameterTypeDescription
valuefloatData point Value

See Also