MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetVariableNames

Method GetVariableNames

Explore/PCPNewView.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285wxString PCPCanvas::GetVariableNames()
286{
287 if (var_order.empty()) return wxEmptyString;
288
289 wxString s;
290 s << GetNameWithTime(var_order[0]);
291 return s;
292}
293
294wxString PCPCanvas::GetCategoriesTitle()
295{

Callers 2

OnDrawMethod · 0.45
RenderToDCMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected