AddDataPointForBubbleSeries
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | IChartDataCell | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | Double | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | String | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | IChartDataCell | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(double, double, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | Double | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(string, double, IChartDataCell)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue,
IChartDataCell bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | String | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | IChartDataCell | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, IChartDataCell, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, IChartDataCell yValue,
double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | IChartDataCell | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(double, IChartDataCell, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, IChartDataCell yValue,
double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | Double | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(string, IChartDataCell, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, IChartDataCell yValue,
double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | String | Valor XV del punto de datos |
yValue | IChartDataCell | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(IChartDataCell, double, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(IChartDataCell xValue, double yValue,
double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | IChartDataCell | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataCell
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(double, double, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(double xValue, double yValue, double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | Double | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides
AddDataPointForBubbleSeries(string, double, double)
Crea el nuevo punto de datos y lo agrega al final de la colección. Aplicable para series cuyo tipo de gráfico es uno de los subtipos de burbujas (consulte también el método ChartTypeCharacterizer.IsChartTypeBubble(ChartType)).
public IChartDataPoint AddDataPointForBubbleSeries(string xValue, double yValue, double bubbleSize)
Parámetro | Escribe | Descripción |
---|---|---|
xValue | String | Valor XV del punto de datos |
yValue | Double | Punto de datos YValor |
bubbleSize | Double | Punto de datos BubbleSize |
Valor_devuelto
Nuevo punto de datos.
Ver también
- interface IChartDataPoint
- interface IChartDataPointCollection
- espacio de nombres Aspose.Slides.Charts
- asamblea Aspose.Slides