Qt Graphs QML Types for 2D

The Qt Graphs for 2D functionality can be accessed via these QML types.

QML 类型

AbstractAxis

用于专用轴类型的基本类型

AbstractBarSeries

用于所有条形系列类型的抽象父级类型

AbstractSeries

Base type for all Qt Graph series types

BarCategoryAxis

Adds categories to a graph's axes

BarSeries

将一系列数据按类别分组呈现为垂直条形

BarSet

Represents one set of bars in a bar graph

GraphTheme

Handles theming of the graph

GraphsView

Base type for all Qt Graphs views

LineSeries

Presents data in line graphs

ScatterSeries

Type presents data in scatter graphs

SeriesTheme

Handles theming of series

ValueAxis

Adds values to a graph's axes

XYPoint

Initializes XY-series coordinate data

XYSeries

A parent type for all x & y series types