संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
DataViewDefinition
चार्ट डेटा विज़ुअलाइज़ करने के लिए डेटा व्यू की परिभाषा.
डेटा व्यू की परिभाषा, चार्ट के लिए सेट की जा सकती है, ताकि आप डेटा टेबल से नहीं, बल्कि डेटा टेबल से मिले व्यू को विज़ुअलाइज़ कर सकें. उदाहरण के लिए, किसी चार्ट की व्यू डेफ़िनिशन यह बताती है कि व्यू कॉलम [0, 3] हैं, चार्ट बनाते समय डेटा टेबल के सिर्फ़ पहले और तीसरे कॉलम को ध्यान में रखा जाता है. DataViewDefinition को तय करने और उसका इस्तेमाल करने के तरीके से जुड़े उदाहरण के लिए, DataViewDefinitionBuilder देखें.
[[["समझने में आसान है","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"]],["आखिरी बार 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."]]],[]]