AddDataPointForLineSeries
Contents
[
Hide
]
ChartDataPointCollection.AddDataPointForLineSeries method (1 of 2)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine
method).
public IChartDataPoint AddDataPointForLineSeries(IChartDataCell value)
Parameter | Type | Description |
---|---|---|
value | IChartDataCell | Data point Value. |
Return Value
New data point.
See Also
- interface IChartDataPoint
- interface IChartDataCell
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
ChartDataPointCollection.AddDataPointForLineSeries method (2 of 2)
Creates the new data point and adds it to the end of collection. Applicable for series which chartType is one of Line subtypes (see also IsChartTypeLine
method).
public IChartDataPoint AddDataPointForLineSeries(double value)
Parameter | Type | Description |
---|---|---|
value | Double | Data point Value. |
Return Value
New data point.
See Also
- interface IChartDataPoint
- class ChartDataPointCollection
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides