AddFloatingChart

ChartCollection.AddFloatingChart method

Agrega un gráfico a la colección.

public int AddFloatingChart(ChartType type, int left, int top, int width, int height)
ParámetroEscribeDescripción
typeChartTypeTipo de gráfico
leftInt32El desplazamiento x a la esquina
topInt32El desplazamiento de y a la esquina
widthInt32El ancho del gráfico
heightInt32La altura del gráfico

Valor_devuelto

Chart índice de objetos

Ver también