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

◆ legend() [1/3]

Series & MayaFlux::Portal::Forma::Plot::Series::legend ( glm::vec2  origin)
inline

Request an automatic legend.

Entries may be resolved later from the PlotContainer by Plot::place().

Definition at line 435 of file SeriesBuilder.hpp.

436 {
437 m_legend = LegendSpec {
438 .origin = origin,
439 .entries = {},
440 };
441 return *this;
442 }
std::optional< LegendSpec > m_legend

References MayaFlux::Portal::Forma::Plot::LegendSpec::origin.