About 16,700 results
Open links in new tab
  1. Qt Charts Overview | Qt Charts | Qt 6.10.1

    Area charts present data as an area bound by two lines, whereas scatter charts present data as a collection of points. An area chart is implemented by using the QAreaSeries class or the …

  2. Qt Charts | Qt 6.10.1

    Note: The Qt Charts module has been deprecated since Qt 6.10. For new projects, use the Qt Graphs module instead. Qt Graphs uses each platform's native rendering backend (Metal on …

  3. Qt Charts Examples | Qt Charts | Qt 6.10.1

    Qt Charts Examples The Qt Charts examples demonstrate how to use charts in widget-based and Qt Quick applications: ... © 2025 The Qt Company Ltd. Documentation contributions included …

  4. Customizing Charts | Qt Charts | Qt 6.10.1

    Customizing Charts Note: This is part of the Charts with Widgets Gallery example. We begin by creating a simple line series and a chart object.

  5. Qt Charts | Qt 6.10.0

    Qt Charts Qt Charts 模块提供了一组易于使用的图表组件。 它使用 Qt Graphics View Framework 将图表与现代用户界面集成在一起。 Qt Charts 可用作 QWidgets、 QGraphicsWidget 或 …

  6. Qt Graphs | Qt 6.10.1

    Qt Graphs The Qt Graphs module enables you to visualize data in 2D and 3D graphs. In the 3D realm there is support for bar, scatter, and surface graphs. It's especially useful for visualizing …

  7. QChart Class | Qt Charts | Qt 6.10.1

    The QChart class manages the graphical representation of the chart's series, legends, and axes.

  8. Creating Line Charts | Qt Charts | Qt 6.10.1

    To present the data on the chart we need a QChart instance. We add the series to it, create the default axes, and set the title of the chart.

  9. Creating Bar Charts | Qt Charts | Qt 6.10.1

    To do that, we get the legend pointer from the chart and set it to visible. We also place the legend to the bottom of the chart by setting its alignment to Qt::AlignBottom.

  10. Qt Charts Examples - Qt for Python

    Qt Charts Examples # Examples for the Qt Charts. The Qt Charts examples demonstrate how to use charts in widget-based and Qt Quick applications: