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

◆ legend() [3/3]

Series & MayaFlux::Portal::Forma::Plot::Series::legend ( LegendSpec  spec)
inline

Set a manual legend from a pre-built spec.

Definition at line 460 of file SeriesBuilder.hpp.

461 {
462 m_legend = std::move(spec);
463 return *this;
464 }
std::optional< LegendSpec > m_legend