图表配置结构体。 More...
#include <WebPlotService.hxx>
Public Attributes | |
| std::string | xAxisLabel {"xLabel"} |
| X轴标签 | |
| std::string | yAxisLabel {"yLabel"} |
| Y轴标签 | |
| double | xMin {0} |
| X轴最小值 | |
| double | xMax {100} |
| X轴最大值 | |
| double | yMin {0} |
| Y轴最小值 | |
| double | yMax {100} |
| Y轴最大值 | |
| std::string WebPlotService::PlotConfig::xAxisLabel {"xLabel"} |
X轴标签
Definition at line 49 of file WebPlotService.hxx.
| double WebPlotService::PlotConfig::xMax {100} |
X轴最大值
Definition at line 52 of file WebPlotService.hxx.
| double WebPlotService::PlotConfig::xMin {0} |
X轴最小值
Definition at line 51 of file WebPlotService.hxx.
| std::string WebPlotService::PlotConfig::yAxisLabel {"yLabel"} |
Y轴标签
Definition at line 50 of file WebPlotService.hxx.
| double WebPlotService::PlotConfig::yMax {100} |
Y轴最大值
Definition at line 54 of file WebPlotService.hxx.
| double WebPlotService::PlotConfig::yMin {0} |
Y轴最小值
Definition at line 53 of file WebPlotService.hxx.