ui.Chart.setDownloadable
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרה של תצוגה לתרשים הזה.
מחזירה את התרשים הזה.
שימוש | החזרות |
---|
Chart.setDownloadable(Whether) | ui.Chart |
ארגומנט | סוג | פרטים |
---|
זה: ui.chart | ui.Chart | מופע ui.Chart. |
Whether | בוליאני | אפשר להוריד את התרשים כקובץ CSV, SVG ו-PNG. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]