AddDataPointForBoxAndWhiskerSeries

IChartDataPointCollection.AddDataPointForBoxAndWhiskerSeries-Methode

Erstellt den neuen Datenpunkt und fügt ihn am Ende der Sammlung hinzu. Anwendbar für Serien, deren Diagrammtyp BoxAndWhisker ist.

public IChartDataPoint AddDataPointForBoxAndWhiskerSeries(IChartDataCell value)
ParameterTypBeschreibung
valueIChartDataCellWert des Datenpunkts

Rückgabewert

Neuer Datenpunkt.

Siehe auch