public final class ImPlotAxisFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AutoFit
axis will be auto-fitting to data extents
|
static int |
Foreground
grid lines will be displayed in the foreground (i.e. on top of data) in stead of the background
|
static int |
Invert
the axis will be inverted
|
static int |
Lock |
static int |
LockMax
the axis maximum value will be locked when panning/zooming
|
static int |
LockMin
the axis minimum value will be locked when panning/zooming
|
static int |
LogScale
a logartithmic (base 10) axis scale will be used (mutually exclusive with ImPlotAxisFlags_Time)
|
static int |
NoDecorations |
static int |
NoGridLines
no grid lines will be displayed
|
static int |
NoInitialFit
axis will not be initially fit to data extents on the first rendered frame (also the case if SetNextPlotLimits explicitly called)
|
static int |
NoLabel
the axis label will not be displayed (axis labels also hidden if the supplied string name is NULL)
|
static int |
None
default
|
static int |
NoTickLabels
no text labels will be displayed
|
static int |
NoTickMarks
no tick marks will be displayed
|
static int |
RangeFit
axis will only fit points if the point is in the visible range of the **orthoganol** axis
|
static int |
Time
axis will display date/time formatted labels (mutually exclusive with ImPlotAxisFlags_LogScale)
|
public static final int None
public static final int NoLabel
public static final int NoGridLines
public static final int NoTickMarks
public static final int NoTickLabels
public static final int Foreground
public static final int LogScale
public static final int Time
public static final int Invert
public static final int NoInitialFit
public static final int AutoFit
public static final int RangeFit
public static final int LockMin
public static final int LockMax
public static final int Lock
public static final int NoDecorations