MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / useTimeXAxis

Method useTimeXAxis

app/src/UI/Dashboard.cpp:318–321  ·  view source on GitHub ↗

* @brief Returns true when a plot dataset should render against time. */

Source from the content-addressed store, hash-verified

316 * @brief Returns true when a plot dataset should render against time.
317 */
318bool UI::Dashboard::useTimeXAxis(const DataModel::Dataset& dataset) const
319{
320 return dataset.xAxisId == DataModel::kXAxisTime;
321}
322
323/**
324 * @brief Returns true when a multiplot group should render against time.

Callers 1

resolveXAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected