AddDataPointForStockSeries

AddDataPointForStockSeries(IChartDataCell)

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 IsChartTypeStock method).

public IChartDataPoint AddDataPointForStockSeries(IChartDataCell value)
ParameterTypeDescription
valueIChartDataCellData point Value.

Return Value

New data point.

See Also


AddDataPointForStockSeries(double)

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 IsChartTypeStock method).

public IChartDataPoint AddDataPointForStockSeries(double value)
ParameterTypeDescription
valueDoubleData point Value.

Return Value

New data point.

See Also