public final class ImPlotPieChartFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IgnoreHidden
ignore hidden slices when drawing the pie chart (as if they were not there)
|
static int |
None
default
|
static int |
Normalize
force normalization of pie chart values (i.e.
|
public static final int None
Definition: 0
public static final int Normalize
<
0)
Definition: 1 << 10
public static final int IgnoreHidden
Definition: 1 << 11