AddDataPointForBoxAndWhiskerSeries

ChartDataPointCollection.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ámetroEscribeDescripción
valueIChartDataCellValor del punto de datos

Valor_devuelto

Nuevo punto de datos.

Ver también