add_data_point_for_stock_series method

add_data_point_for_stock_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).

Returns

New data point.

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

add_data_point_for_stock_series

Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Stock subtypes (see also ChartTypeCharacterizer.IsChartTypeStock(ChartType) method).

Returns

New data point.

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

See Also