|
RADLib
RADical C++ application framework
|
Pixel viewport and axis rendering configuration. More...
#include <RADPlot.h>
Public Attributes | |
| int | width = 640 |
| Output image width in pixels. More... | |
| int | height = 320 |
| Output image height in pixels. More... | |
| int | leftMargin = 48 |
| Left margin reserved for labels. More... | |
| int | rightMargin = 16 |
| Right margin in pixels. More... | |
| int | topMargin = 16 |
| Top margin in pixels. More... | |
| int | bottomMargin = 32 |
| Bottom margin reserved for labels. More... | |
| int | xTickCount = 5 |
| Target number of X-axis ticks. More... | |
| int | yTickCount = 5 |
| Target number of Y-axis ticks. More... | |
| bool | drawXAxisLabels = false |
| Draw X-axis text labels. More... | |
| PlotAxisFormat | xAxisFormat = PlotAxisFormat::Numeric |
| X-axis label formatting. More... | |
| PlotTickMode | xTickMode = PlotTickMode::EvenlySpaced |
| X-axis tick placement mode. More... | |
| double | xTickInterval = 1.0 |
| Fixed interval used when xTickMode is FixedInterval. More... | |
| PlotAxisLabelMode | xAxisLabelMode = PlotAxisLabelMode::WindowRelative |
| X-axis label value mode. More... | |
Pixel viewport and axis rendering configuration.
| int RADUi::PlotViewport::bottomMargin = 32 |
Bottom margin reserved for labels.
| bool RADUi::PlotViewport::drawXAxisLabels = false |
Draw X-axis text labels.
| int RADUi::PlotViewport::height = 320 |
Output image height in pixels.
| int RADUi::PlotViewport::leftMargin = 48 |
Left margin reserved for labels.
| int RADUi::PlotViewport::rightMargin = 16 |
Right margin in pixels.
| int RADUi::PlotViewport::topMargin = 16 |
Top margin in pixels.
| int RADUi::PlotViewport::width = 640 |
Output image width in pixels.
| PlotAxisFormat RADUi::PlotViewport::xAxisFormat = PlotAxisFormat::Numeric |
X-axis label formatting.
| PlotAxisLabelMode RADUi::PlotViewport::xAxisLabelMode = PlotAxisLabelMode::WindowRelative |
X-axis label value mode.
| int RADUi::PlotViewport::xTickCount = 5 |
Target number of X-axis ticks.
| double RADUi::PlotViewport::xTickInterval = 1.0 |
Fixed interval used when xTickMode is FixedInterval.
| PlotTickMode RADUi::PlotViewport::xTickMode = PlotTickMode::EvenlySpaced |
X-axis tick placement mode.
| int RADUi::PlotViewport::yTickCount = 5 |
Target number of Y-axis ticks.