public final class ImPlotLegendFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Horizontal
legend entries will be displayed horizontally
|
static int |
NoButtons
legend icons will not function as hide/show buttons
|
static int |
NoHighlightAxis
axes will not be highlighted when legend entries are hovered (only relevant if x/y-axis count
> 1) |
static int |
NoHighlightItem
plot items will not be highlighted when their legend entry is hovered
|
static int |
NoMenus
the user will not be able to open context menus with right-click
|
static int |
None
default
|
static int |
Outside
legend will be rendered outside of the plot area
|
public static final int None
Definition: 0
public static final int NoButtons
Definition: 1 << 0
public static final int NoHighlightItem
Definition: 1 << 1
public static final int NoHighlightAxis
>
1)
Definition: 1 << 2
public static final int NoMenus
Definition: 1 << 3
public static final int Outside
Definition: 1 << 4
public static final int Horizontal
Definition: 1 << 5