MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ label() [1/2]

Series & MayaFlux::Portal::Forma::Plot::Series::label ( LabelSpec  spec)
inline

Add an already-built label spec.

Definition at line 315 of file SeriesBuilder.hpp.

316 {
317 m_labels.push_back(std::move(spec));
318 return *this;
319 }