Chart.HeightPercent (Word)
Devuelve o establece el alto de un gráfico 3D como un porcentaje del ancho del gráfico (de 5 a 500 por ciento).
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.HeightPercent = 80
End If
End With
Devuelve o establece el alto de un gráfico 3D como un porcentaje del ancho del gráfico (de 5 a 500 por ciento).
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.HeightPercent = 80
End If
End With