Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
Die Eigenschaft, die als Wert für jedes Feature auf der x-Achse verwendet wird. Die Standardeinstellung ist „system:index“.
yProperties
List<String>|String, optional
Property oder Properties, die auf der Y-Achse verwendet werden. Wenn diese Option weggelassen wird, werden alle Eigenschaften aller Funktionen auf der y-Achse dargestellt (mit Ausnahme von „xProperty“).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["Creates a chart plotting property values of features, with features on the x-axis and property values on the y-axis."],["Features can be ordered along the x-axis using a specified property or by their default 'system:index'."],["Users 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."],["The chart is generated using the `ui.Chart.feature.byFeature()` function, which takes the features, x-axis property, and y-axis properties as input."]]],["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"]]