차트 위에 콜아웃 그리기

참고: 이것은 위젯이 있는 차트 갤러리 예제의 일부입니다.

QChart 클래스는 장면 좌표와 계열 도메인(축 범위로 정의됨) 사이를 매핑하는 두 가지 메서드를 제공합니다.

QPointF QChart::mapToPosition(const QPointF &value, QAbstractSeries *series)

QPointF QChart::mapToValue(const QPointF &position, QAbstractSeries *series)

© 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.