Flags that can be passed to UI::Plot::BeginPlot
.
Flags that can be passed to UI::Plot::BeginPlot
.
UI::Plot::PlotFlags::None
(0)
UI::Plot::PlotFlags::NoTitle
(1)
The plot title will not be displayed (titles are also hidden if preceeded by double hashes, e.g. ##MyPlot
)
UI::Plot::PlotFlags::NoLegend
(2)
The legend will not be displayed
UI::Plot::PlotFlags::NoMouseText
(4)
The mouse position, in plot coordinates, will not be displayed inside of the plot
UI::Plot::PlotFlags::NoInputs
(8)
The user will not be able to interact with the plot
UI::Plot::PlotFlags::NoMenus
(16)
The user will not be able to open context menus
UI::Plot::PlotFlags::NoBoxSelect
(32)
The user will not be able to box-select
UI::Plot::PlotFlags::NoFrame
(64)
The ImGui frame will not be rendered
UI::Plot::PlotFlags::Equal
(128)
X and y axes pairs will be constrained to have the same units/pixel
UI::Plot::PlotFlags::Crosshairs
(256)
The default mouse cursor will be replaced with a crosshair when hovered
UI::Plot::PlotFlags::CanvasOnly
(55)