Obsolete Members for QChart
QChart 클래스의 다음 멤버는 더 이상 사용되지 않습니다. 이들은 이전 소스 코드의 작동을 유지하기 위해 제공됩니다. 새 코드에서는 사용하지 않는 것이 좋습니다.
공용 함수
(deprecated) QAbstractAxis * | axisX(QAbstractSeries *series = nullptr) const |
(deprecated) QAbstractAxis * | axisY(QAbstractSeries *series = nullptr) const |
(deprecated) void | setAxisX(QAbstractAxis *axis, QAbstractSeries *series = nullptr) |
(deprecated) void | setAxisY(QAbstractAxis *axis, QAbstractSeries *series = nullptr) |
멤버 함수 문서
[deprecated]
QAbstractAxis *QChart::axisX(QAbstractSeries *series = nullptr) const
이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 axes()를 사용하세요.
지정된 series 에 연결된 가로축에 대한 포인터를 반환합니다. 시리즈를 지정하지 않으면 차트에 추가된 첫 번째 가로축이 반환됩니다.
setAxisX(), addAxis() 및 QAbstractSeries::attachAxis()도 참조하세요 .
[deprecated]
QAbstractAxis *QChart::axisY(QAbstractSeries *series = nullptr) const
이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 axes()를 사용하세요.
지정된 series 에 연결된 세로축에 대한 포인터를 반환합니다. 계열을 지정하지 않으면 차트에 추가된 첫 번째 세로축이 반환됩니다.
setAxisY(), addAxis() 및 QAbstractSeries::attachAxis()도 참조하세요 .
[deprecated]
void QChart::setAxisX(QAbstractAxis *axis, QAbstractSeries *series = nullptr)
이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 addAxis()를 사용하세요.
차트에 axis 축을 추가하고 series 계열에 아래쪽 정렬된 가로 축으로 첨부합니다. 차트는 축과 시리즈 모두에 대한 소유권을 갖습니다. 이전에 시리즈에 연결된 모든 가로축은 삭제됩니다.
axisX(), axisY(), setAxisY(), createDefaultAxes() 및 QAbstractSeries::attachAxis()도 참조하세요 .
[deprecated]
void QChart::setAxisY(QAbstractAxis *axis, QAbstractSeries *series = nullptr)
이 함수는 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.
대신 addAxis()를 사용하세요.
차트에 axis 축을 추가하고 series 계열에 왼쪽 정렬 세로 축으로 첨부합니다. 차트는 축과 시리즈 모두에 대한 소유권을 갖습니다. 이전에 시리즈에 연결된 세로축은 모두 삭제됩니다.
axisX(), axisY(), setAxisX(), createDefaultAxes() 및 QAbstractSeries::attachAxis()도 참조하세요 .
© 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.