namespace ImPlotNET { public enum ImPlotOrientation { Horizontal = 0, Vertical = 1, } }