Class DataViewDefinition
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ডেটা ভিউ সংজ্ঞা চার্ট ডেটা ভিজ্যুয়ালাইজ করার জন্য একটি ডেটা ভিউ সংজ্ঞা।
প্রদত্ত ডেটা টেবিল থেকে প্রাপ্ত একটি দৃশ্য কল্পনা করার জন্য চার্টের জন্য ডেটা ভিউ সংজ্ঞা সেট করা যেতে পারে এবং ডেটা টেবিল থেকে নয়। উদাহরণস্বরূপ যদি একটি চার্টের ভিউ সংজ্ঞা বলে যে ভিউ কলামগুলি হল [0, 3], চার্ট আঁকার সময় শুধুমাত্র ডেটা টেবিলের প্রথম এবং তৃতীয় কলামগুলি বিবেচনায় নেওয়া হয়। কিভাবে একটি Data View Definition
সংজ্ঞায়িত এবং ব্যবহার করতে হয় তার উদাহরণের জন্য Data View Definition Builder
দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eA DataViewDefinition is used to define how chart data should be visualized, allowing charts to display a customized view derived from the original data table.\u003c/p\u003e\n"],["\u003cp\u003eBy 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.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the DataViewDefinitionBuilder documentation for guidance on defining and utilizing DataViewDefinitions to modify chart visualizations.\u003c/p\u003e\n"]]],["A data view definition allows charts to visualize a subset of data from a data table, rather than the entire table. This is achieved by specifying which columns to include in the view. For instance, defining view columns as `[0, 3]` would mean only the first and third columns of the data table are used for the chart. A DataViewDefinitionBuilder helps in creating and implementing such views.\n"],null,["# Class DataViewDefinition\n\nDataViewDefinition\n\nA data view definition for visualizing chart data.\n\nData view definition can be set for charts to visualize a view derived from the given data\ntable and not the data table itself. For example if the view definition of a chart states that\nthe view columns are \\[0, 3\\], only the first and the third columns of the data table is taken into\nconsideration when drawing the chart. See [DataViewDefinitionBuilder](/apps-script/reference/charts/data-view-definition-builder) for an example on how\nto define and use a [DataViewDefinition](#)."]]