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

◆ x() [4/4]

Series & MayaFlux::Portal::Forma::Plot::Series::x ( std::vector< Role roles,
AxisRange  range = {} 
)
inline

Map multiple roles to the X axis with a shared range.

Definition at line 156 of file SeriesBuilder.hpp.

156 {})
157 {
158 m_x.push_back({ .roles = std::move(roles), .range = std::move(range), .palette = {} });
159 return *this;
160 }