ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Chart.feature.byProperty
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বৈশিষ্ট্যের একটি সেট থেকে একটি চার্ট তৈরি করে। এক বা একাধিক বৈশিষ্ট্যের প্লট সম্পত্তি মান।
- X-axis = সম্পত্তির নাম, xProperties দ্বারা লেবেল করা (ডিফল্ট: সমস্ত বৈশিষ্ট্য)।
- Y-অক্ষ = সম্পত্তির মান (সাংখ্যিক হতে হবে)।
- সিরিজ = বৈশিষ্ট্য, সিরিজপ্রপার্টি দ্বারা লেবেল করা (ডিফল্ট: 'সিস্টেম: ইনডেক্স')।
সিরিজপ্রপার্টি ছাড়া সমস্ত বৈশিষ্ট্য ডিফল্টরূপে x-অক্ষে অন্তর্ভুক্ত করা হয়।
একটি চার্ট প্রদান করে।
ব্যবহার | রিটার্নস | ui.Chart.feature.byProperty(features, xProperties , seriesProperty ) | ui.চার্ট |
যুক্তি | টাইপ | বিস্তারিত | features | ফিচার|ফিচার কালেকশন|লিস্ট<ফিচার> | বৈশিষ্ট্যগুলি চার্টে অন্তর্ভুক্ত করতে হবে। |
xProperties | তালিকা<স্ট্রিং>|অবজেক্ট|স্ট্রিং, ঐচ্ছিক | (1) x-অক্ষে প্লট করা সম্পত্তির মধ্যে একটি; (2) x-অক্ষে প্লট করা বৈশিষ্ট্যগুলির একটি তালিকা; বা (3) একটি (সম্পত্তি, লেবেল) অভিধান যা x-অক্ষের মান হিসাবে ব্যবহার করার জন্য বৈশিষ্ট্যগুলির জন্য লেবেল নির্দিষ্ট করে। যদি বাদ দেওয়া হয়, সমস্ত বৈশিষ্ট্য x-অক্ষে প্লট করা হবে, তাদের নামের সাথে লেবেল করা হবে। |
seriesProperty | স্ট্রিং, ঐচ্ছিক | কিংবদন্তীতে প্রতিটি বৈশিষ্ট্য লেবেল করতে ব্যবহৃত সম্পত্তির নাম। ডিফল্ট 'system:index'। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGenerates a chart that visualizes the property values of one or more features, plotting them on the y-axis against property names on the x-axis.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the chart by specifying which properties to display on the x-axis using \u003ccode\u003exProperties\u003c/code\u003e and how to label each feature in the legend using \u003ccode\u003eseriesProperty\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the chart includes all properties except the \u003ccode\u003eseriesProperty\u003c/code\u003e on the x-axis and labels features using their 'system:index'.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eui.Chart.feature.byProperty()\u003c/code\u003e takes a Feature, FeatureCollection, or List of features as input and returns a \u003ccode\u003eui.Chart\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# ui.Chart.feature.byProperty\n\n\u003cbr /\u003e\n\nGenerates a Chart from a set of features. Plots property values of one or more features.\n\n\u003cbr /\u003e\n\n- X-axis = Property name, labeled by xProperties (default: all properties).\n\n- Y-axis = Property value (must be numeric).\n\n- Series = Features, labeled by seriesProperty (default: 'system:index').\n\nAll properties except seriesProperty are included on the x-axis by default.\n\nReturns a chart.\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------|----------|\n| `ui.Chart.feature.byProperty(features, `*xProperties* `, `*seriesProperty*`)` | ui.Chart |\n\n| Argument | Type | Details |\n|------------------|---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `features` | Feature\\|FeatureCollection\\|List\\\u003cFeature\\\u003e | The features to include in the chart. |\n| `xProperties` | List\\\u003cString\\\u003e\\|Object\\|String, optional | One of (1) a property to be plotted on the x-axis; (2) a list of properties to be plotted on the x-axis; or (3) a (property, label) dictionary specifying labels for properties to be used as values on the x-axis. If omitted, all properties will be plotted on the x-axis, labeled with their names. |\n| `seriesProperty` | String, optional | The name of the property used to label each feature in the legend. Defaults to 'system:index'. |"]]