Home > other >  Ask: how do QCustomPlot set scale length?
Ask: how do QCustomPlot set scale length?

Time:02-04

The new version of the setTickStep setTickVector all have no, how to customize the scale step length???

CodePudding user response:

QSharedPointer IntTicker (new QCPAxisTickerFixed); IntTicker - & gt; SetTickStep (64.0);//intTicker - & gt; SetScaleStrategy (QCPAxisTickerFixed: : ssMultiples); CustomPlot - & gt; XAxis - & gt; SetTicker (intTicker);

CodePudding user response:

I was entangled with custom calibration interface not found
  • Related