1# Data Panel 2 3A data panel visualizes traditional data into graphs that present information hidden in the data to users in a more intuitive and friendly manner, thereby helping users instantly get what they need to know. 4 5 6 7 8 9## How to Use 10 11- Use data panels for data-related pages. 12 13- Select a type of data panel based on the functions and requirements of your application. 14 15- The proportion type suits the scenarios where statistics of multiple data categories are summed up. In this way, the share of each data category is clearly shown. 16 17 18 19## Resources 20 21For details about the development guide related to the data panel, see [DataPanel](../../application-dev/reference/arkui-ts/ts-basic-components-datapanel.md). 22