how to set qml chartview grid invisible
-
wrote on 9 Jun 2023, 15:49 last edited by tinashe 6 Sept 2023, 15:52
am using Qt Creator 10.0.1
Based on Qt 6.4.3 (MSVC 2019, x86_64)on 64 bit windows 11 pro
i have tried below code in qmloscilloscope example to set the gridline and labels invisible but it does not work.
please can someone assist meValuesAxis {
labelsVisible: false gridVisible: false
}
1/1