Home
last modified time | relevance | path

Searched refs:setLabelValuesFormat (Results 1 – 4 of 4) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DPieCurve.h64 void setLabelValuesFormat(bool on){d_values = on;}; in setLabelValuesFormat() function
H A DGraph.cpp3366 pie->setLabelValuesFormat(d_values); in plotPie()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/scripting/
H A Dqti.sip1469 void setLabelValuesFormat(bool);
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DPlotDialog.cpp3901 pie->setLabelValuesFormat(boxPieValues->isChecked()); in acceptParams()