#include <MRUIStyle.h>
Public Attributes | |
| ImVec2 | startAxisPoint |
| the point from which the axes will be drawn | |
| float | size = 100.f |
| size plot by axis | |
| float | optimalLenth = 10.0f |
| optimal length between dashes | |
| float | minValue = 0.0f |
| the minimum value of the axis | |
| float | maxValue = 1.0f |
| the maximal value of the axis | |
| size_t | textDashIndicesStep = 1 |
| sign every nth dash | |
| float | lenDash = 8.0f |
| length dash without text | |
| float | lenDashWithText = 12.0f |
| length dash with text | |
| float | textPadding = 3.0f |
| text offset from dash | |
| VarUnitToStringParams | labelFormatParams |
| the format of the text for labels | |