AddDataPointForBoxAndWhiskerSeries()

IChartDataPointCollection::AddDataPointForBoxAndWhiskerSeries(System::SharedPtr<IChartDataCell>) method

Creates the new data point and adds it to the end of collection. Applicable for series which chart type is BoxAndWhisker.

virtual System::SharedPtr<IChartDataPoint> Aspose::Slides::Charts::IChartDataPointCollection::AddDataPointForBoxAndWhiskerSeries(System::SharedPtr<IChartDataCell> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IChartDataCell>Data point Value

Return Value

New data point.

See Also