Class DataViewDefinition
DataViewDefinition
चार्ट डेटा विज़ुअलाइज़ करने के लिए डेटा व्यू की परिभाषा.
डेटा व्यू की परिभाषा, चार्ट के लिए सेट की जा सकती है, ताकि आप डेटा टेबल से नहीं, बल्कि डेटा टेबल से मिले व्यू को विज़ुअलाइज़ कर सकें. उदाहरण के लिए, किसी चार्ट की व्यू डेफ़िनिशन यह बताती है कि व्यू कॉलम [0, 3] हैं, चार्ट बनाते समय डेटा टेबल के सिर्फ़ पहले और तीसरे कॉलम को ध्यान में रखा जाता है. DataViewDefinition
को तय करने और उसका इस्तेमाल करने के तरीके से जुड़े उदाहरण के लिए, DataViewDefinitionBuilder
देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]