Qt Charts QML API 是在 QML 应用程序中,直观且简单展示图表的手段。
| 用于专用轴类型的基本类型 | |
| 用于所有条形系列类型的抽象父级类型 | |
| 用于所有 Qt Chart 系列类型的基类型 | |
| 在区域图表中呈现数据 | |
| 将类别添加到图表轴 | |
| 将一系列数据按类别分组呈现为垂直条形 | |
| 表示条形图表中的一组条形 | |
| Presents data in box-and-whiskers charts | |
| Represents one item in a box-and-whiskers chart | |
| Represents a series of data as candlesticks | |
| Represents a single candlestick item in a candlestick chart | |
| Places named ranges on the axis | |
| Defines a range on a category axis | |
| 管理图表的系列、图例和轴的图形表示 | |
| Adds dates and times to a chart's axis | |
| Horizontal model mapper for bar series | |
| Horizontal model mapper for box plot series | |
| Horizontal model mapper for a candlestick series | |
| Horizontal model mapper for pie series | |
| A horizontal model mapper for XYSeries | |
| Presents a series of data as horizontal bars grouped by category | |
| Presents a series of categorized data as a percentage of each category | |
| Presents a series of data as stacked horizontal bars, with one bar per category | |
| 显示图表的图例 | |
| 以线图表形式呈现数据 | |
| Adds a logarithmic scale to a chart's axis | |
| Defines margins between the edge of the chart rectangle and the plot area | |
| Presents a series of categorized data as a percentage of each category | |
| Presents data in pie charts | |
| Represents a single slice in a pie series | |
| Presents data in polar charts | |
| Type presents data in scatter charts | |
| 以样条线图表形式呈现数据 | |
| Presents a series of data as vertically stacked bars, with one bar per category | |
| Vertical model mapper for bar series | |
| Vertical model mapper for box plot series | |
| Vertical model mapper for a candlestick series | |
| Vertical model mapper for pie series | |
| A vertical model mapper for XYSeries | |
| 将值添加到图表轴 | |
| Initializes XY-series coordinate data | |
| A base type for line, spline, and scatter series |