# ui\_chart.h - [Overview](#section1839755769165629) - [Summary](#section1257724786165629) - [Data Structures](#nested-classes) ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Defines the attributes of the chart component and provides functions for adding and deleting data sets to display a chart. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

OHOS::UIChartDataSerial

Defines a data set and provides functions such as adding and deleting data points.

OHOS::UIChartDataSerial::PointStyle

Defines the style for the top, bottom, and frontmost points in a line chart.

OHOS::UIChart

Defines the chart class and provides functions such as adding and deleting data sets to display a chart.

OHOS::UIChartPillar

Provides special functions for implementing a bar chart.

OHOS::UIChartPolyline

Provides special functions for implementing a polyline.