Class DataViewDefinition
הגדרת תצוגה מפורטת של נתונים
הגדרת תצוגת נתונים להמחשת נתוני תרשים.
אפשר להגדיר את תצוגת הנתונים לתרשימים כדי להמחיש תצוגה מפורטת שנגזרת מטבלת הנתונים הנתונה, ולא מטבלת הנתונים עצמה. לדוגמה, אם הגדרת התצוגה של תרשים מציינת שעמודות התצוגה הן [0, 3], רק העמודה הראשונה והשלישית בטבלת הנתונים נלקחות בחשבון בעת תרשים. ב-DataViewDefinitionBuilder
אפשר לראות דוגמה להגדרת DataViewDefinition
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-08-17 (שעון UTC).
[null,null,["עדכון אחרון: 2022-08-17 (שעון 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."]]],[]]