PicoScenes API Docs
 
Loading...
Searching...
No Matches
WebPlotService::PlotConfig Struct Reference

#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}
 

Detailed Description

Definition at line 29 of file WebPlotService.hxx.

Member Data Documentation

◆ xAxisLabel

std::string WebPlotService::PlotConfig::xAxisLabel {"xLabel"}

Definition at line 30 of file WebPlotService.hxx.

◆ xMax

double WebPlotService::PlotConfig::xMax {100}

Definition at line 33 of file WebPlotService.hxx.

◆ xMin

double WebPlotService::PlotConfig::xMin {0}

Definition at line 32 of file WebPlotService.hxx.

◆ yAxisLabel

std::string WebPlotService::PlotConfig::yAxisLabel {"yLabel"}

Definition at line 31 of file WebPlotService.hxx.

◆ yMax

double WebPlotService::PlotConfig::yMax {100}

Definition at line 35 of file WebPlotService.hxx.

◆ yMin

double WebPlotService::PlotConfig::yMin {0}

Definition at line 34 of file WebPlotService.hxx.


The documentation for this struct was generated from the following file: