#include <WebPlotService.hxx>
Public Attributes | |
std::string | xAxisLabel {"xLabel"} |
std::string | yAxisLabel {"yLabel"} |
double | xMin {0} |
double | xMax {100} |
double | yMin {0} |
double | yMax {100} |
Definition at line 29 of file WebPlotService.hxx.
std::string WebPlotService::PlotConfig::xAxisLabel {"xLabel"} |
Definition at line 30 of file WebPlotService.hxx.
double WebPlotService::PlotConfig::xMax {100} |
Definition at line 33 of file WebPlotService.hxx.
double WebPlotService::PlotConfig::xMin {0} |
Definition at line 32 of file WebPlotService.hxx.
std::string WebPlotService::PlotConfig::yAxisLabel {"yLabel"} |
Definition at line 31 of file WebPlotService.hxx.
double WebPlotService::PlotConfig::yMax {100} |
Definition at line 35 of file WebPlotService.hxx.
double WebPlotService::PlotConfig::yMin {0} |
Definition at line 34 of file WebPlotService.hxx.