AddDataPointForBoxAndWhiskerSeries

IChartDataPointCollection.AddDataPointForBoxAndWhiskerSeries method

Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es BoxAndWhisker.

public IChartDataPoint AddDataPointForBoxAndWhiskerSeries(IChartDataCell value)
ParámetroTipoDescripción
valueIChartDataCellValor del punto de datos

Valor de retorno

Nuevo punto de datos.

Véase también