| 938 | |
| 939 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsFormatAuto, bool, labelsFormatAuto, retransformTicks) |
| 940 | void Axis::setLabelsFormatAuto(bool automatic) { |
| 941 | Q_D(Axis); |
| 942 | if (automatic != d->labelsFormatAuto) |
| 943 | exec(new AxisSetLabelsFormatAutoCmd(d, automatic, ki18n("%1: set labels format automatic"))); |
| 944 | } |
| 945 | |
| 946 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsAutoPrecision, bool, labelsAutoPrecision, retransformTickLabelStrings) |
| 947 | void Axis::setLabelsAutoPrecision(bool labelsAutoPrecision) { |
no outgoing calls