add_data_point_for_box_and_whisker_series method

add_data_point_for_box_and_whisker_series

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is BoxAndWhisker.

Returns

New data point.

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

See Also