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

◆ TickEdge

enum class MayaFlux::Portal::Forma::Plot::TickEdge : uint8_t
strong

Edge along which tick labels are placed.

Enumerator
Bottom 

Labels below bounds, values mapped from range.min (left) to range.max (right).

Top 

Labels above bounds.

Left 

Labels left of bounds, values mapped from range.min (bottom) to range.max (top).

Right 

Labels right of bounds.

Definition at line 21 of file PlotSpec.hpp.

21 : uint8_t {
22 Bottom, ///< Labels below bounds, values mapped from range.min (left) to range.max (right).
23 Top, ///< Labels above bounds.
24 Left, ///< Labels left of bounds, values mapped from range.min (bottom) to range.max (top).
25 Right, ///< Labels right of bounds.
26};
@ Bottom
Labels below bounds, values mapped from range.min (left) to range.max (right).