Searched refs:y1MaxText (Results 1 – 1 of 1) sorted by relevance
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ |
H A D | wxMolGraph.cpp | 404 wxString y1MaxText; in DoGetBestSize() local 438 y1MaxText = wxString::Format(wxT("%0.*f"), precision, y1Max - y1Offset); in DoGetBestSize() 442 dc.GetTextExtent(y1MaxText, &w, &h); in DoGetBestSize() 508 wxString y1MaxText; in draw() local 562 y1MaxText = wxString::Format(wxT("%0.*f"), precision, y1Max - y1Offset); in draw() 566 dc.GetTextExtent(y1MaxText, &x, &y); in draw() 651 dc.DrawText(y1MaxText, x, y); in draw()
|