ui.Chart.setDownloadable
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Legt eine Ansicht für dieses Diagramm fest.
Gibt dieses Diagramm zurück.
Nutzung | Ausgabe |
---|
Chart.setDownloadable(Whether) | ui.Chart |
Argument | Typ | Details |
---|
So gehts: ui.chart | ui.Chart | Die ui.Chart-Instanz. |
Whether | Boolesch | Das Diagramm kann als CSV-, SVG- und PNG-Datei heruntergeladen werden. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eChart.setDownloadable()\u003c/code\u003e function allows you to control whether a chart can be downloaded in CSV, SVG, and PNG formats.\u003c/p\u003e\n"],["\u003cp\u003eThis function operates on a \u003ccode\u003eui.Chart\u003c/code\u003e instance and requires a Boolean argument (\u003ccode\u003eWhether\u003c/code\u003e) to enable or disable the download functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns the \u003ccode\u003eui.Chart\u003c/code\u003e instance itself, allowing for method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Chart.setDownloadable\n\n\u003cbr /\u003e\n\nSets a view for this chart.\n\n\u003cbr /\u003e\n\nReturns this chart.\n\n| Usage | Returns |\n|----------------------------------|----------|\n| Chart.setDownloadable`(Whether)` | ui.Chart |\n\n| Argument | Type | Details |\n|------------------|----------|---------------------------------------------------|\n| this: `ui.chart` | ui.Chart | The ui.Chart instance. |\n| `Whether` | Boolean | the chart can be downloaded as CSV, SVG, and PNG. |"]]