Qt Graphs 2D用C++クラス

2D 機能のQt Graphs には、以下の C++ クラスからアクセスできます。

QAbstractAxis

特殊な軸クラスに使用される基本クラス

QAbstractSeries

すべてのQt Graphs for 2D シリーズの基本クラス

QAreaSeries

データをエリアグラフで表示

QBarCategoryAxis

グラフの軸にカテゴリを追加する

QBarModelMapper

棒グラフのモデルマッパー

QBarSeries

棒グラフのデータを表現する

QBarSet

棒グラフの1組の棒を表現する

QDateTimeAxis

グラフの軸に追加するDateTime値のサポートを追加

QLegendData

凡例マーカーに表示する情報を含む構造体

QLineSeries

折れ線グラフでデータを表現

QPieModelMapper

円系列用のモデルマッパー

QPieSeries

円グラフでデータを表現する

QPieSlice

円グラフの1つのスライスを表す

QScatterSeries

散布図でデータを表現します

QSplineSeries

スプライングラフでデータを表現する

QValueAxis

グラフの軸に値を追加する

QXYModelMapper

折れ線、スプライン、散布図系列のモデルマッパー

QXYSeries

すべての x および y 系列クラスの親クラス

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.