MCPcopy Create free account
hub / github.com/arrayfire/forge / setAxesLabelFormat

Method setAxesLabelFormat

src/backend/common/chart.hpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 inline void setAxesLabelFormat(const std::string& pXFormat,
69 const std::string& pYFormat,
70 const std::string& pZFormat) {
71 mChart->setAxesLabelFormat(pXFormat, pYFormat, pZFormat);
72 }
73
74 inline void getAxesLimits(float* pXmin, float* pXmax,
75 float* pYmin, float* pYmax,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected