AddDataPointForDoughnutSeries
Contenido
[
Ocultar
]AddDataPointForDoughnutSeries(IChartDataCell)
Crea un nuevo punto de datos y lo añade al final de la colección. Aplicable para series cuyo chartType es uno de los subtipos de Doughnut (consulte también el método ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType)).
public IChartDataPoint AddDataPointForDoughnutSeries(IChartDataCell value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | IChartDataCell | Valor del punto de datos |
Valor de Retorno
Nuevo punto de datos.
Véase también
- interfaz IChartDataPoint
- interfaz IChartDataCell
- interfaz IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- ensamblado Aspose.Slides
AddDataPointForDoughnutSeries(double)
Crea un nuevo punto de datos y lo añade al final de la colección. Aplicable para series cuyo chartType es uno de los subtipos de Doughnut (consulte también el método ChartTypeCharacterizer.IsChartTypeDoughnut(ChartType)).
public IChartDataPoint AddDataPointForDoughnutSeries(double value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | Double | Valor del punto de datos |
Valor de Retorno
Nuevo punto de datos.
Véase también
- interfaz IChartDataPoint
- interfaz IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- ensamblado Aspose.Slides