Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug > API/Runtime/Engine/Debug/UReporterGraph > API/Runtime/Engine/Debug/UReporterGraph/SetAxesMinMax
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include | #include "Debug/ReporterGraph.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Debug/ReporterGraph.cpp |
void SetAxesMinMax
&40;
float MinX,
float MaxX,
float MinY,
float MaxY
&41;
Remarks
Set the axis min and max data for both axes.
Parameters
| Name | Description |
|---|---|
| MinX | The normalized minimum X data. |
| MaxX | The normalized maximum X data. |
| MinY | The normalized minimum Y data. |
| MaxY | The normalized maximum Y data. |