Exporter le graphique en SVG avec l attribut viewBox
Contents
[
Hide
]
Par défaut, lors de l’exportation du graphique au format SVG, l’attribut viewBox n’est pas inclus dans son XML. Cependant, Aspose.Cells fournit une propriété ImageOrPrintOptions.setSVGFitToViewPort() qui, lorsqu’elle est définie sur true, exporte le graphique au format SVG avec l’attribut viewBox.
Si vous ouvrez le SVG du graphique dans le bloc-notes, vous trouverez l’attribut viewBox similaire à ceci.
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%"
viewBox="0 0 480 288">