QLineSeries Class▲
-
Header: QLineSeries
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Graphs)
target_link_libraries(mytarget PRIVATE Qt6::Graphs)
-
qmake: QT += graphs
-
Inherited By:
-
Instantiated By: qml-qtgraphs-lineseries.xml
-
Inherits: QXYSeries
-
Group: QLineSeries is part of Qt Graphs C++ Classes for 2D
Detailed Description▲
A line graph is used to show information as a series of data points connected by straight lines.