struct ImPlotNextPlotData
Overview
#include <implot_internal.h> struct ImPlotNextPlotData { // fields ImPlotCond RangeCond[ImAxis_COUNT]; ImPlotRange Range[ImAxis_COUNT]; bool HasRange[ImAxis_COUNT]; bool Fit[ImAxis_COUNT]; double* LinkedMin[ImAxis_COUNT]; double* LinkedMax[ImAxis_COUNT]; // methods void Reset(); };