Exportera diagram till SVG med viewBox attribut
Contents
[
Hide
]
Som standard, när diagrammet exporteras till SVG-format, ingår inte attributet viewBox i XML. Aspose.Cells tillhandahåller dock ImageOrPrintOptions.setSVGFitToViewPort() egenskap som när den är inställd på true exporterar diagrammet till SVG med viewBox-attributet.
Om du öppnar diagrammets SVG i anteckningar kommer du att hitta viewBox -attributet som liknar detta.
<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">