ui.Chart.feature.byFeature
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצרת תרשים מקבוצה של תכונות. הפונקציה יוצרת תרשים של הערך של מאפיין אחד או יותר לכל תכונה:
– ציר X = תכונות שסומנו באמצעות xProperty (ברירת מחדל: system:index).
– ציר ה-Y = ערכים של yProperties (ברירת מחדל: כל המאפיינים).
– Series = Names of yProperties.
הערכים מסודרים לאורך ציר ה-x באותו סדר שבו מופיעות תכונות הקלט.
מחזירה תרשים.
שימוש | החזרות |
---|
ui.Chart.feature.byFeature(features, xProperty, yProperties) | ui.Chart |
ארגומנט | סוג | פרטים |
---|
features | Feature|FeatureCollection|List<Feature> | התכונות שייכללו בתרשים. |
xProperty | מחרוזת, אופציונלי | המאפיין שמשמש כערך של כל תכונה בציר ה-X. ברירת המחדל היא 'system:index'. |
yProperties | List<String>|String, optional | נכס או נכסים שמשמשים בציר ה-Y. אם לא מציינים את המאפיין הזה, כל המאפיינים של כל התכונות יופיעו בתרשים בציר ה-y (חוץ מ-xProperty). |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eCreates a chart plotting property values of features, with features on the x-axis and property values on the y-axis.\u003c/p\u003e\n"],["\u003cp\u003eFeatures can be ordered along the x-axis using a specified property or by their default 'system:index'.\u003c/p\u003e\n"],["\u003cp\u003eUsers can select specific properties to display on the y-axis, or by default, the chart will display all properties except the one used for the x-axis.\u003c/p\u003e\n"],["\u003cp\u003eThe chart is generated using the \u003ccode\u003eui.Chart.feature.byFeature()\u003c/code\u003e function, which takes the features, x-axis property, and y-axis properties as input.\u003c/p\u003e\n"]]],["The core content details generating a chart from features. It plots values of specified properties for each feature. The x-axis represents features, labeled by `xProperty` (default: 'system:index'). The y-axis represents `yProperties`' values (default: all properties). The order of features on the x-axis matches the input. The function `ui.Chart.feature.byFeature` takes `features`, an optional `xProperty`, and an optional `yProperties` list to return a chart.\n"],null,["# ui.Chart.feature.byFeature\n\n\u003cbr /\u003e\n\nGenerates a Chart from a set of features. Plots the value of one or more properties for each feature:\n\n\u003cbr /\u003e\n\n- X-axis = Features labeled by xProperty (default: 'system:index').\n\n- Y-axis = Values of yProperties (default: all properties).\n\n- Series = Names of yProperties.\n\nThe values are ordered along the x-axis in the same order as the input features.\n\nReturns a chart.\n\n| Usage | Returns |\n|-------------------------------------------------------------------------|----------|\n| `ui.Chart.feature.byFeature(features, `*xProperty* `, `*yProperties*`)` | ui.Chart |\n\n| Argument | Type | Details |\n|---------------|---------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `features` | Feature\\|FeatureCollection\\|List\\\u003cFeature\\\u003e | The features to include in the chart. |\n| `xProperty` | String, optional | The property used as the value of each feature on the x-axis. Defaults to 'system:index'. |\n| `yProperties` | List\\\u003cString\\\u003e\\|String, optional | Property or properties used on the y-axis. If omitted, all properties of all features will be charted on the y-axis (except xProperty). |"]]