Class DataViewDefinition
הגדרתתצוגתנתונים
הגדרה של תצוגת נתונים להצגה חזותית של נתוני תרשימים.
אפשר להגדיר הגדרה של תצוגת נתונים בתרשימים כדי להציג תצוגה שמבוססת על טבלת הנתונים הנתונה, ולא על טבלת הנתונים עצמה. לדוגמה, אם בהגדרת התצוגה של תרשים מצוין שהעמודות בתצוגה הן [0, 3], רק העמודה הראשונה והשלישית בטבלת הנתונים נלקחות בחשבון בזמן יצירת התרשים. דוגמה להגדרה של DataViewDefinition
ושימוש בו מופיעה בקטע DataViewDefinitionBuilder
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["A DataViewDefinition is used to define how chart data should be visualized, allowing charts to display a customized view derived from the original data table."],["By specifying view columns (e.g., \\[0, 3\\]), a DataViewDefinition determines which columns from the data table are used for chart rendering, such as selecting only the first and third columns."],["Refer to the DataViewDefinitionBuilder documentation for guidance on defining and utilizing DataViewDefinitions to modify chart visualizations."]]],[]]