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

Method setAxesLabelFormat

src/backend/opengl/chart_impl.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void AbstractChart::setAxesLabelFormat(const std::string& pXFormat,
203 const std::string& pYFormat,
204 const std::string& pZFormat)
205{
206 mXLabelFormat = std::string(pXFormat);
207 mYLabelFormat = std::string(pYFormat);
208 mZLabelFormat = std::string(pZFormat);
209}
210
211void AbstractChart::getAxesLimits(float* pXmin, float* pXmax,
212 float* pYmin, float* pYmax,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected