Documentation

UI::Plot::StairsFlags

Enum

Flags that can be passed to UI::Plot::PlotStairs.

Values

UI::Plot::StairsFlags::None (0)

UI::Plot::StairsFlags::PreStep (1024)

The y value is continued constantly to the left from every x position, i.e. the interval (x[i-1], x[i]] has the value y[i]

UI::Plot::StairsFlags::Shaded (2048)

A filled region between the stairs and horizontal origin will be rendered; use PlotShaded for more advanced cases