차트에 데이터 뷰 정의를 설정하면 데이터 테이블 자체가 아닌 지정된 데이터 테이블에서 파생된 뷰를 시각화할 수 있습니다. 예를 들어 차트의 뷰 정의에 뷰 열이 [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"]],["최종 업데이트: 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."]]],[]]