أسماء السلسلة الجديدة إذا كانت سلسلة، يتم ضبط اسم السلسلة في seriesIndex على seriesNames. إذا كانت قائمة، يتم استخدام القيمة في الفهرس i في القائمة كتصنيف للرقم التسلسلي i. إذا كانت قاموسًا أو عنصرًا، سيتم التعامل معها على أنّها رابط من أسماء السلاسل الحالية إلى أسماء السلاسل الجديدة. في الحالتين الأخيرتين، يتم تجاهل seriesIndex.
seriesIndex
رقم، اختياري
فهرس السلسلة المطلوب إعادة تسميتها. يتم تجاهل هذا الحقل إذا كان seriesNames عبارة عن قائمة أو قاموس. يتم فهرسة السلاسل بدءًا من 0.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `Chart.setSeriesNames` function updates the names of series within a chart."],["You can update series names using a single string, a list of names, or a dictionary mapping old names to new ones."],["When using a string or list, an optional `seriesIndex` argument specifies the target series (0-based indexing)."],["The function returns a modified copy of the chart with the updated series names, leaving the original chart unchanged."]]],["The `Chart.setSeriesNames` function updates series names within a chart. It accepts `seriesNames` as either a string, list, or dictionary. A string renames a specific series by `seriesIndex`. A list sets series names based on their index. A dictionary maps existing series names to new ones. The function returns a new chart (`ui.Chart`) with the updated series names, leaving the original chart untouched. The `seriesIndex` argument is used only when a single string is passed to `seriesNames`.\n"]]